#BCB6E9

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

Shades of Lavender Grey #BCB6E9

Tints of Lavender Grey #BCB6E9

Color information

#BCB6E9 (or 0xBCB6E9) is unknown color: approx Lavender Grey. HEX triplet: BC, B6 and E9. RGB value is (188,182,233). Sum of RGB (Red+Green+Blue) = 188+182+233=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6E9 is #434916. Grayscale: #BDBDBD. Windows color (decimal): -4409623 or 15316668. OLE color: 15316668.

HSL color Cylindrical-coordinate representation of color #BCB6E9: hue angle of 247.06º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB6E9 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188182233-
CMYK0.190.2200.09
HSL247.06º53.68%81.37%-
HSV(B)247.06º21.89%91.37%-
XYZ52.1750.0384-
YUV189.61152.49126.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 182 (71.48% from 255) = 30.18%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=31.18%
G=30.18%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881822330.190.2200.09247.0653.6881.37
HexBCB6E9131609f73651
Octal274266351232601136766121
Binary101111001011011011101001100111011001001111101111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6E9; }

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

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

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

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

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

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

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

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