#BCBBE7

Color #BCBBE7 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BCBBE7

Tints of Lavender Grey #BCBBE7

Color information

#BCBBE7 (or 0xBCBBE7) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and E7. RGB value is (188,187,231). Sum of RGB (Red+Green+Blue) = 188+187+231=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCBBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBE7 is #434418. Grayscale: #C0C0C0. Windows color (decimal): -4408345 or 15186876. OLE color: 15186876.

HSL color Cylindrical-coordinate representation of color #BCBBE7: hue angle of 241.36º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBBE7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188187231-
CMYK0.190.1900.09
HSL241.36º47.83%81.96%-
HSV(B)241.36º19.05%90.59%-
XYZ52.935282.85-
YUV192.32149.83124.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=31.02%
G=30.86%
B=38.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881872310.190.1900.09241.3647.8381.96
HexBCBBE7131309f13052
Octal274273347232301136160122
Binary101111001011101111100111100111001101001111100011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBE7; }

 p { color: rgb(188,187,231); }

 H1.HeaderClassName
 {
   color: #BCBBE7;
 }
 .AnyTagClassName
 {
   color: #BCBBE7;
 }
</style>
background-color css

<style>
 a { background-color: #BCBBE7; }

 a { background-color: rgb(188,187,231); }

 div.DivClassName
 {
   background-color: #BCBBE7;
 }
 .BgClassName
 {
   background-color: #BCBBE7;
 }
</style>
border-color css

<style>
 span { border-color: #BCBBE7; }

 span { border-color: rgb(188,187,231); }

 td.TdClassName
 {
   border-color: #BCBBE7;
 }
 .TagClassName
 {
   border-color: #BCBBE7;
 }
</style>