#BCB6D9

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

Shades of Lavender Grey #BCB6D9

Tints of Lavender Grey #BCB6D9

Color information

#BCB6D9 (or 0xBCB6D9) is unknown color: approx Lavender Grey. HEX triplet: BC, B6 and D9. RGB value is (188,182,217). Sum of RGB (Red+Green+Blue) = 188+182+217=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCB6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6D9 is #434926. Grayscale: #BBBBBB. Windows color (decimal): -4409639 or 14268092. OLE color: 14268092.

HSL color Cylindrical-coordinate representation of color #BCB6D9: hue angle of 250.29º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB6D9 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188182217-
CMYK0.130.1600.15
HSL250.29º31.53%78.24%-
HSV(B)250.29º16.13%85.1%-
XYZ49.9949.1672.5-
YUV187.78144.49128.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 182 (71.48% from 255) = 31.01%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=32.03%
G=31.01%
B=36.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881822170.130.1600.15250.2931.5378.24
HexBCB6D9D100Ffa204e
Octal274266331152001737240116
Binary10111100101101101101100111011000001111111110101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6D9; }

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

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

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

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

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

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

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

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