#BCB6EA

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

Shades of Lavender Grey #BCB6EA

Tints of Lavender Grey #BCB6EA

Color information

#BCB6EA (or 0xBCB6EA) is unknown color: approx Lavender Grey. HEX triplet: BC, B6 and EA. RGB value is (188,182,234). Sum of RGB (Red+Green+Blue) = 188+182+234=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6EA is #434915. Grayscale: #BDBDBD. Windows color (decimal): -4409622 or 15382204. OLE color: 15382204.

HSL color Cylindrical-coordinate representation of color #BCB6EA: hue angle of 246.92º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB6EA is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188182234-
CMYK0.200.2200.08
HSL246.92º55.32%81.57%-
HSV(B)246.92º22.22%91.76%-
XYZ52.3250.0984.75-
YUV189.72152.99126.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=31.13%
G=30.13%
B=38.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881822340.200.2200.08246.9255.3281.57
HexBCB6EA141608f73752
Octal274266352242601036767122
Binary101111001011011011101010101001011001000111101111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6EA; }

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

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

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

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

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

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

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

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