Html Css Color HEX #B9ABBB Lola

📋 copy color: '#B9ABBB'

red 185 ◦ green 171 ◦ blue 187

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

Shades of Lola #B9ABBB

Tints of Lola #B9ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 34.07%
G = 31.49%
B = 34.44%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B9ABBB (or 0xB9ABBB) is known color: Lola. HEX triplet: B9, AB and BB. RGB value is (185,171,187). Sum of RGB (Red+Green+Blue) = 185+171+187=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABBB is #465444. Grayscale: #B0B0B0. Windows color (decimal): -4609093 or 12299193. OLE color: 12299193.

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

Color convert

RGB 185 171 187 -
CMYK 0.01 0.09 0 0.27
HSL 292.5º 0.11% 0.7% -
HSV(B) 292.5º 0.09% 0.73% -
XYZ 43.54 43.03 53.02 -
YUV 177.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 185 171 187 0.01 0.09 0 0.27 292.5 0.11 0.7
Hex B9 AB BB 1 9 0 1B 124 B 46
Octal 271 253 273 1 11 0 33 444 13 106
Binary 10111001 10101011 10111011 1 1001 0 11011 100100100 1011 1000110

Color Harmonies of #B9ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABBB

Black with #B9ABBB

Text Example


Text Example

White with #B9ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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