#B9A8BE

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

Shades of Lola #B9A8BE

Tints of Lola #B9A8BE

Color information

#B9A8BE (or 0xB9A8BE) is unknown color: approx Lola. HEX triplet: B9, A8 and BE. RGB value is (185,168,190). Sum of RGB (Red+Green+Blue) = 185+168+190=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8BE is #465741. Grayscale: #AFAFAF. Windows color (decimal): -4609858 or 12495033. OLE color: 12495033.

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

Color convert

RGB185168190-
CMYK0.030.1200.25
HSL286.36º14.47%70.2%-
HSV(B)286.36º11.58%74.51%-
XYZ43.342.0454.55-
YUV175.59136.13134.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=34.07%
G=30.94%
B=34.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851681900.030.1200.25286.3614.4770.2
HexB9A8BE3C01911ee46
Octal27125027631403143616106
Binary10111001101010001011111011110001100110001111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A8BE; }

 p { color: rgb(185,168,190); }

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

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

 a { background-color: rgb(185,168,190); }

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

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

 span { border-color: rgb(185,168,190); }

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