Html Css Color HEX #B9ACBB Lola

📋 copy color: '#B9ACBB'

red 185 ◦ green 172 ◦ blue 187

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

Shades of Lola #B9ACBB

Tints of Lola #B9ACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

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

R = 34.01%
G = 31.62%
B = 34.38%

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

#B9ACBB (or 0xB9ACBB) is known color: Lola. HEX triplet: B9, AC and BB. RGB value is (185,172,187). Sum of RGB (Red+Green+Blue) = 185+172+187=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACBB is #465344. Grayscale: #B1B1B1. Windows color (decimal): -4608837 or 12299449. OLE color: 12299449.

HSL color Cylindrical-coordinate representation of color #B9ACBB: hue angle of 292º 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 #B9ACBB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 172 187 -
CMYK 0.01 0.08 0 0.27
HSL 292º 0.1% 0.7% -
HSV(B) 292º 0.08% 0.73% -
XYZ 43.73 43.41 53.09 -
YUV 177.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 185 172 187 0.01 0.08 0 0.27 292 0.1 0.7
Hex B9 AC BB 1 8 0 1B 124 A 46
Octal 271 254 273 1 10 0 33 444 12 106
Binary 10111001 10101100 10111011 1 1000 0 11011 100100100 1010 1000110

Color Harmonies of #B9ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACBB

Black with #B9ACBB

Text Example


Text Example

White with #B9ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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