#BBAEBA

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

Shades of Lola #BBAEBA

Tints of Lola #BBAEBA

Color information

#BBAEBA (or 0xBBAEBA) is unknown color: approx Lola. HEX triplet: BB, AE and BA. RGB value is (187,174,186). Sum of RGB (Red+Green+Blue) = 187+174+186=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBA is #445145. Grayscale: #B3B3B3. Windows color (decimal): -4477254 or 12234427. OLE color: 12234427.

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

Color convert

RGB187174186-
CMYK00.070.010.27
HSL304.62º8.72%70.78%-
HSV(B)304.62º6.95%73.33%-
XYZ44.4944.3852.68-
YUV179.26131.81133.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=34.19%
G=31.81%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717418600.070.010.27304.628.7270.78
HexBBAEBA0711B131947
Octal2732562720713346111107
Binary101110111010111010111010011111101110011000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEBA; }

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

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

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

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

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

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

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

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