#B9ACBD

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

Shades of Lola #B9ACBD

Tints of Lola #B9ACBD

Color information

#B9ACBD (or 0xB9ACBD) is unknown color: approx Lola. HEX triplet: B9, AC and BD. RGB value is (185,172,189). Sum of RGB (Red+Green+Blue) = 185+172+189=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACBD is #465342. Grayscale: #B1B1B1. Windows color (decimal): -4608835 or 12430521. OLE color: 12430521.

HSL color Cylindrical-coordinate representation of color #B9ACBD: hue angle of 285.88º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9ACBD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185172189-
CMYK0.020.0900.26
HSL285.88º11.41%70.78%-
HSV(B)285.88º8.99%74.12%-
XYZ43.9543.4954.22-
YUV177.82134.31133.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=33.88%
G=31.50%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851721890.020.0900.26285.8811.4170.78
HexB9ACBD2901A11eb47
Octal27125427521103243613107
Binary10111001101011001011110110100101101010001111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACBD; }

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

 H1.HeaderClassName
 {
   color: #B9ACBD;
 }
 .AnyTagClassName
 {
   color: #B9ACBD;
 }
</style>
background-color css

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

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

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

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

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

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