#BCB6DB

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

Shades of Lavender Grey #BCB6DB

Tints of Lavender Grey #BCB6DB

Color information

#BCB6DB (or 0xBCB6DB) is unknown color: approx Lavender Grey. HEX triplet: BC, B6 and DB. RGB value is (188,182,219). Sum of RGB (Red+Green+Blue) = 188+182+219=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6DB is #434924. Grayscale: #BBBBBB. Windows color (decimal): -4409637 or 14399164. OLE color: 14399164.

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

Color convert

RGB188182219-
CMYK0.140.1700.14
HSL249.73º33.94%78.63%-
HSV(B)249.73º16.89%85.88%-
XYZ50.2549.2673.88-
YUV188.01145.49127.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=31.92%
G=30.90%
B=37.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881822190.140.1700.14249.7333.9478.63
HexBCB6DBE110Efa224f
Octal274266333162101637242117
Binary10111100101101101101101111101000101110111110101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6DB; }

 p { color: rgb(188,182,219); }

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

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

 a { background-color: rgb(188,182,219); }

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

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

 span { border-color: rgb(188,182,219); }

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