Html Css Color HEX #B9ABBA Lola

📋 copy color: '#B9ABBA'

red 185 ◦ green 171 ◦ blue 186

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

Shades of Lola #B9ABBA

Tints of Lola #B9ABBA

RGB

 RED value IS 185 (72.66% from 255) = 34.13%

 GREEN value IS 171 (67.19% from 255) = 31.55%

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

R = 34.13%
G = 31.55%
B = 34.32%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B9ABBA (or 0xB9ABBA) is known color: Lola. HEX triplet: B9, AB and BA. RGB value is (185,171,186). Sum of RGB (Red+Green+Blue) = 185+171+186=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABBA is #465445. Grayscale: #B0B0B0. Windows color (decimal): -4609094 or 12233657. OLE color: 12233657.

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

Color convert

RGB 185 171 186 -
CMYK 0.01 0.08 0 0.27
HSL 296º 0.1% 0.7% -
HSV(B) 296º 0.08% 0.73% -
XYZ 43.43 42.99 52.46 -
YUV 176.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 185 171 186 0.01 0.08 0 0.27 296 0.1 0.7
Hex B9 AB BA 1 8 0 1B 128 A 46
Octal 271 253 272 1 10 0 33 450 12 106
Binary 10111001 10101011 10111010 1 1000 0 11011 100101000 1010 1000110

Color Harmonies of #B9ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABBA

Black with #B9ABBA

Text Example


Text Example

White with #B9ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABBA; }

 p { color: rgb(185,171,186); }

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

background-color css

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

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

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

border-color css

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

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

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