#BAB2BB

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

Shades of Lola #BAB2BB

Tints of Lola #BAB2BB

Color information

#BAB2BB (or 0xBAB2BB) is unknown color: approx Lola. HEX triplet: BA, B2 and BB. RGB value is (186,178,187). Sum of RGB (Red+Green+Blue) = 186+178+187=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2BB is #454D44. Grayscale: #B5B5B5. Windows color (decimal): -4541765 or 12300986. OLE color: 12300986.

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

Color convert

RGB186178187-
CMYK0.010.0500.27
HSL293.33º6.21%71.57%-
HSV(B)293.33º4.81%73.33%-
XYZ45.1445.8753.49-
YUV181.42131.15131.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=33.76%
G=32.30%
B=33.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861781870.010.0500.27293.336.2171.57
HexBAB2BB1501B125648
Octal272262273150334456110
Binary10111010101100101011101111010110111001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2BB; }

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

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

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

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

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

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

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

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