#B9ACBA

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

Shades of Lola #B9ACBA

Tints of Lola #B9ACBA

Color information

#B9ACBA (or 0xB9ACBA) is unknown color: approx Lola. HEX triplet: B9, AC and BA. RGB value is (185,172,186). Sum of RGB (Red+Green+Blue) = 185+172+186=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACBA is #465345. Grayscale: #B1B1B1. Windows color (decimal): -4608838 or 12233913. OLE color: 12233913.

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

Color convert

RGB185172186-
CMYK0.010.0800.27
HSL295.71º9.21%70.2%-
HSV(B)295.71º7.53%72.94%-
XYZ43.6243.3652.53-
YUV177.48132.81133.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=34.07%
G=31.68%
B=34.25%

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
Decimal1851721860.010.0800.27295.719.2170.2
HexB9ACBA1801B128946
Octal27125427211003345011106
Binary1011100110101100101110101100001101110010100010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACBA; }

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

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

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

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

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

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

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

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