#BCBBDA

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

Shades of Lavender Grey #BCBBDA

Tints of Lavender Grey #BCBBDA

Color information

#BCBBDA (or 0xBCBBDA) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and DA. RGB value is (188,187,218). Sum of RGB (Red+Green+Blue) = 188+187+218=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBDA is #434425. Grayscale: #BEBEBE. Windows color (decimal): -4408358 or 14334908. OLE color: 14334908.

HSL color Cylindrical-coordinate representation of color #BCBBDA: hue angle of 241.94º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCBBDA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188187218-
CMYK0.140.1400.15
HSL241.94º29.52%79.41%-
HSV(B)241.94º14.22%85.49%-
XYZ51.1651.2973.53-
YUV190.83143.33125.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=31.70%
G=31.53%
B=36.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881872180.140.1400.15241.9429.5279.41
HexBCBBDAEE0Ff21e4f
Octal274273332161601736236117
Binary101111001011101111011010111011100111111110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBDA; }

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

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

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

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

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

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

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

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