#BCB9EA

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

Shades of Lavender Grey #BCB9EA

Tints of Lavender Grey #BCB9EA

Color information

#BCB9EA (or 0xBCB9EA) is unknown color: approx Lavender Grey. HEX triplet: BC, B9 and EA. RGB value is (188,185,234). Sum of RGB (Red+Green+Blue) = 188+185+234=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9EA is #434615. Grayscale: #BFBFBF. Windows color (decimal): -4408854 or 15382972. OLE color: 15382972.

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

Color convert

RGB188185234-
CMYK0.200.2100.08
HSL243.67º53.85%82.16%-
HSV(B)243.67º20.94%91.76%-
XYZ52.9451.3384.96-
YUV191.48151.99125.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=30.97%
G=30.48%
B=38.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881852340.200.2100.08243.6753.8582.16
HexBCB9EA141508f43652
Octal274271352242501036466122
Binary101111001011100111101010101001010101000111101001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9EA; }

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

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

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

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

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

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

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

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