#B9ACBB

Color #B9ACBB Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #B9ACBB

Tints of Lola #B9ACBB

Color information

#B9ACBB (or 0xB9ACBB) is unknown color: approx 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

RGB185172187-
CMYK0.010.0800.27
HSL292º9.93%70.39%-
HSV(B)292º8.02%73.33%-
XYZ43.7343.4153.09-
YUV177.6133.31133.28-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851721870.010.0800.272929.9370.39
HexB9ACBB1801B124a46
Octal27125427311003344412106
Binary1011100110101100101110111100001101110010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>