#BCB8EA

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

Shades of Lavender Grey #BCB8EA

Tints of Lavender Grey #BCB8EA

Color information

#BCB8EA (or 0xBCB8EA) is unknown color: approx Lavender Grey. HEX triplet: BC, B8 and EA. RGB value is (188,184,234). Sum of RGB (Red+Green+Blue) = 188+184+234=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB8EA is #434715. Grayscale: #BEBEBE. Windows color (decimal): -4409110 or 15382716. OLE color: 15382716.

HSL color Cylindrical-coordinate representation of color #BCB8EA: hue angle of 244.8º 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 #BCB8EA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188184234-
CMYK0.200.2100.08
HSL244.8º54.35%81.96%-
HSV(B)244.8º21.37%91.76%-
XYZ52.7350.9184.89-
YUV190.9152.33125.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 184 (72.27% from 255) = 30.36%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=31.02%
G=30.36%
B=38.61%

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
Decimal1881842340.200.2100.08244.854.3581.96
HexBCB8EA141508f53652
Octal274270352242501036566122
Binary101111001011100011101010101001010101000111101011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8EA; }

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

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

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

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

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

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

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

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