#BAB0BB

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

Shades of Lola #BAB0BB

Tints of Lola #BAB0BB

Color information

#BAB0BB (or 0xBAB0BB) is unknown color: approx Lola. HEX triplet: BA, B0 and BB. RGB value is (186,176,187). Sum of RGB (Red+Green+Blue) = 186+176+187=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0BB is #454F44. Grayscale: #B4B4B4. Windows color (decimal): -4542277 or 12300474. OLE color: 12300474.

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

Color convert

RGB186176187-
CMYK0.010.0600.27
HSL294.55º7.48%71.18%-
HSV(B)294.55º5.88%73.33%-
XYZ44.7445.0853.36-
YUV180.24131.81132.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=33.88%
G=32.06%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861761870.010.0600.27294.557.4871.18
HexBAB0BB1601B127747
Octal272260273160334477107
Binary10111010101100001011101111100110111001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0BB; }

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

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

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

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

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

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

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

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