Html Css Color HEX #BAB0BB Lola

📋 copy color: '#BAB0BB'

red 186 ◦ green 176 ◦ blue 187

#BAB0BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BAB0BB

Tints of Lola #BAB0BB

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 value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BAB0BB (or 0xBAB0BB) is known color: 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

RGB 186 176 187 -
CMYK 0.01 0.06 0 0.27
HSL 294.55º 0.07% 0.71% -
HSV(B) 294.55º 0.06% 0.73% -
XYZ 44.74 45.08 53.36 -
YUV 180.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 186 176 187 0.01 0.06 0 0.27 294.55 0.07 0.71
Hex BA B0 BB 1 6 0 1B 127 7 47
Octal 272 260 273 1 6 0 33 447 7 107
Binary 10111010 10110000 10111011 1 110 0 11011 100100111 111 1000111

Color Harmonies of #BAB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0BB

Black with #BAB0BB

Text Example


Text Example

White with #BAB0BB

Text Example


Text Example

HTML Codes & Css Web 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>