#B9A4BF

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

Shades of Lola #B9A4BF

Tints of Lola #B9A4BF

Color information

#B9A4BF (or 0xB9A4BF) is unknown color: approx Lola. HEX triplet: B9, A4 and BF. RGB value is (185,164,191). Sum of RGB (Red+Green+Blue) = 185+164+191=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4BF is #465B40. Grayscale: #ADADAD. Windows color (decimal): -4610881 or 12559545. OLE color: 12559545.

HSL color Cylindrical-coordinate representation of color #B9A4BF: hue angle of 286.67º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9A4BF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185164191-
CMYK0.030.1400.25
HSL286.67º17.42%69.61%-
HSV(B)286.67º14.14%74.9%-
XYZ42.6940.6354.88-
YUV173.36137.96136.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 191 (75% from 255) = 35.37%
R=34.26%
G=30.37%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851641910.030.1400.25286.6717.4269.61
HexB9A4BF3E01911f1146
Octal27124427731603143721106
Binary101110011010010010111111111110011001100011111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4BF; }

 p { color: rgb(185,164,191); }

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

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

 a { background-color: rgb(185,164,191); }

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

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

 span { border-color: rgb(185,164,191); }

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