#BBAAC0

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

Shades of Lola #BBAAC0

Tints of Lola #BBAAC0

Color information

#BBAAC0 (or 0xBBAAC0) is unknown color: approx Lola. HEX triplet: BB, AA and C0. RGB value is (187,170,192). Sum of RGB (Red+Green+Blue) = 187+170+192=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC0 is #44553F. Grayscale: #B1B1B1. Windows color (decimal): -4478272 or 12626619. OLE color: 12626619.

HSL color Cylindrical-coordinate representation of color #BBAAC0: hue angle of 286.36º degrees, saturation: 0.15, 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 #BBAAC0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187170192-
CMYK0.030.1100.25
HSL286.36º14.86%70.98%-
HSV(B)286.36º11.46%75.29%-
XYZ44.3843.1255.85-
YUV177.59136.13134.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=34.06%
G=30.97%
B=34.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871701920.030.1100.25286.3614.8670.98
HexBBAAC03B01911ef47
Octal27325230031303143617107
Binary10111011101010101100000011101101100110001111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAC0; }

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

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

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

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

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

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

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

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