#BCB6EC

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

Shades of Lavender Grey #BCB6EC

Tints of Lavender Grey #BCB6EC

Color information

#BCB6EC (or 0xBCB6EC) is unknown color: approx Lavender Grey. HEX triplet: BC, B6 and EC. RGB value is (188,182,236). Sum of RGB (Red+Green+Blue) = 188+182+236=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6EC is #434913. Grayscale: #BDBDBD. Windows color (decimal): -4409620 or 15513276. OLE color: 15513276.

HSL color Cylindrical-coordinate representation of color #BCB6EC: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB6EC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188182236-
CMYK0.200.2300.07
HSL246.67º58.7%81.96%-
HSV(B)246.67º22.88%92.55%-
XYZ52.6150.286.27-
YUV189.95153.99126.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=31.02%
G=30.03%
B=38.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881822360.200.2300.07246.6758.781.96
HexBCB6EC141707f73b52
Octal27426635424270736773122
Binary10111100101101101110110010100101110111111101111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6EC; }

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

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

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

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

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

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

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

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