#BBAEBC

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

Shades of Lola #BBAEBC

Tints of Lola #BBAEBC

Color information

#BBAEBC (or 0xBBAEBC) is unknown color: approx Lola. HEX triplet: BB, AE and BC. RGB value is (187,174,188). Sum of RGB (Red+Green+Blue) = 187+174+188=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBC is #445143. Grayscale: #B3B3B3. Windows color (decimal): -4477252 or 12365499. OLE color: 12365499.

HSL color Cylindrical-coordinate representation of color #BBAEBC: hue angle of 295.71º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBAEBC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187174188-
CMYK0.010.0700.26
HSL295.71º9.46%70.98%-
HSV(B)295.71º7.45%73.73%-
XYZ44.7144.4753.8-
YUV179.48132.81133.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=34.06%
G=31.69%
B=34.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871741880.010.0700.26295.719.4670.98
HexBBAEBC1701A128947
Octal2732562741703245011107
Binary101110111010111010111100111101101010010100010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEBC; }

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

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

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

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

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

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

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

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