Html Css Color HEX #BAB0BA Lola

📋 copy color: '#BAB0BA'

red 186 ◦ green 176 ◦ blue 186

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

Shades of Lola #BAB0BA

Tints of Lola #BAB0BA

RGB

 RED value IS 186 (73.05% from 255) = 33.94%

 GREEN value IS 176 (69.14% from 255) = 32.12%

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 33.94%
G = 32.12%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BAB0BA (or 0xBAB0BA) is known color: Lola. HEX triplet: BA, B0 and BA. RGB value is (186,176,186). Sum of RGB (Red+Green+Blue) = 186+176+186=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0BA is #454F45. Grayscale: #B4B4B4. Windows color (decimal): -4542278 or 12234938. OLE color: 12234938.

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

Color convert

RGB 186 176 186 -
CMYK 0 0.05 0 0.27
HSL 300º 0.07% 0.71% -
HSV(B) 300º 0.05% 0.73% -
XYZ 44.64 45.03 52.79 -
YUV 180.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 186 176 186 0 0.05 0 0.27 300 0.07 0.71
Hex BA B0 BA 0 5 0 1B 12C 7 47
Octal 272 260 272 0 5 0 33 454 7 107
Binary 10111010 10110000 10111010 0 101 0 11011 100101100 111 1000111

Color Harmonies of #BAB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0BA

Black with #BAB0BA

Text Example


Text Example

White with #BAB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0BA; }

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

 H1.HeaderClassName
 {
   color: #BAB0BA;
 }
 .AnyTagClassName
 {
   color: #BAB0BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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