#BBAABE

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

Shades of Lola #BBAABE

Tints of Lola #BBAABE

Color information

#BBAABE (or 0xBBAABE) is unknown color: approx Lola. HEX triplet: BB, AA and BE. RGB value is (187,170,190). Sum of RGB (Red+Green+Blue) = 187+170+190=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABE is #445541. Grayscale: #B1B1B1. Windows color (decimal): -4478274 or 12495547. OLE color: 12495547.

HSL color Cylindrical-coordinate representation of color #BBAABE: hue angle of 291º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBAABE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187170190-
CMYK0.020.1100.25
HSL291º13.33%70.59%-
HSV(B)291º10.53%74.51%-
XYZ44.1643.0354.69-
YUV177.36135.13134.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=34.19%
G=31.08%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871701900.020.1100.2529113.3370.59
HexBBAABE2B019123d47
Octal27325227621303144315107
Binary10111011101010101011111010101101100110010001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAABE; }

 p { color: rgb(187,170,190); }

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

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

 a { background-color: rgb(187,170,190); }

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

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

 span { border-color: rgb(187,170,190); }

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