#BCBBEA

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

Shades of Lavender Grey #BCBBEA

Tints of Lavender Grey #BCBBEA

Color information

#BCBBEA (or 0xBCBBEA) is unknown color: approx Lavender Grey. HEX triplet: BC, BB and EA. RGB value is (188,187,234). Sum of RGB (Red+Green+Blue) = 188+187+234=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBEA is #434415. Grayscale: #C0C0C0. Windows color (decimal): -4408342 or 15383484. OLE color: 15383484.

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

Color convert

RGB188187234-
CMYK0.200.2000.08
HSL241.28º52.81%82.55%-
HSV(B)241.28º20.09%91.76%-
XYZ53.3652.1785.1-
YUV192.66151.33124.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=30.87%
G=30.71%
B=38.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881872340.200.2000.08241.2852.8182.55
HexBCBBEA141408f13553
Octal274273352242401036165123
Binary101111001011101111101010101001010001000111100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBEA; }

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

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

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

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

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

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

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

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