#B9A7BE

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

Shades of Lola #B9A7BE

Tints of Lola #B9A7BE

Color information

#B9A7BE (or 0xB9A7BE) is unknown color: approx Lola. HEX triplet: B9, A7 and BE. RGB value is (185,167,190). Sum of RGB (Red+Green+Blue) = 185+167+190=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9A7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A7BE is #465841. Grayscale: #AEAEAE. Windows color (decimal): -4610114 or 12494777. OLE color: 12494777.

HSL color Cylindrical-coordinate representation of color #B9A7BE: hue angle of 286.96º degrees, saturation: 0.15, 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 #B9A7BE is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185167190-
CMYK0.030.1200.25
HSL286.96º15.03%70%-
HSV(B)286.96º12.11%74.51%-
XYZ43.1241.6754.49-
YUV175136.46135.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=34.13%
G=30.81%
B=35.06%

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
Decimal1851671900.030.1200.25286.9615.0370
HexB9A7BE3C01911ff46
Octal27124727631403143717106
Binary10111001101001111011111011110001100110001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7BE; }

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

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

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

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

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

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

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

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