#BAB7BB

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

Shades of Lola #BAB7BB

Tints of Lola #BAB7BB

Color information

#BAB7BB (or 0xBAB7BB) is unknown color: approx Lola. HEX triplet: BA, B7 and BB. RGB value is (186,183,187). Sum of RGB (Red+Green+Blue) = 186+183+187=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7BB is #454844. Grayscale: #B8B8B8. Windows color (decimal): -4540485 or 12302266. OLE color: 12302266.

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

Color convert

RGB186183187-
CMYK0.010.0200.27
HSL285º2.86%72.55%-
HSV(B)285º2.14%73.33%-
XYZ46.1547.8953.83-
YUV184.35129.49129.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 183 (71.88% from 255) = 32.91%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=33.45%
G=32.91%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861831870.010.0200.272852.8672.55
HexBAB7BB1201B11d349
Octal272267273120334353111
Binary101110101011011110111011110011011100011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7BB; }

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

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

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

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

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

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

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

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