#BAB4BB

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

Shades of Lola #BAB4BB

Tints of Lola #BAB4BB

Color information

#BAB4BB (or 0xBAB4BB) is unknown color: approx Lola. HEX triplet: BA, B4 and BB. RGB value is (186,180,187). Sum of RGB (Red+Green+Blue) = 186+180+187=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4BB is #454B44. Grayscale: #B6B6B6. Windows color (decimal): -4541253 or 12301498. OLE color: 12301498.

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

Color convert

RGB186180187-
CMYK0.010.0400.27
HSL291.43º4.9%71.96%-
HSV(B)291.43º3.74%73.33%-
XYZ45.5446.6753.62-
YUV182.59130.49130.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=33.63%
G=32.55%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861801870.010.0400.27291.434.971.96
HexBAB4BB1401B123548
Octal272264273140334435110
Binary10111010101101001011101111000110111001000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4BB; }

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

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

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

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

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

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

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

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