#B9A1BE

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

Shades of Lola #B9A1BE

Tints of Lola #B9A1BE

Color information

#B9A1BE (or 0xB9A1BE) is unknown color: approx Lola. HEX triplet: B9, A1 and BE. RGB value is (185,161,190). Sum of RGB (Red+Green+Blue) = 185+161+190=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1BE is #465E41. Grayscale: #ABABAB. Windows color (decimal): -4611650 or 12493241. OLE color: 12493241.

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

Color convert

RGB185161190-
CMYK0.030.1500.25
HSL289.66º18.24%68.82%-
HSV(B)289.66º15.26%74.51%-
XYZ42.0539.5254.13-
YUV171.48138.45137.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=34.51%
G=30.04%
B=35.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851611900.030.1500.25289.6618.2468.82
HexB9A1BE3F0191221245
Octal27124127631703144222105
Binary101110011010000110111110111111011001100100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A1BE; }

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

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

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

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

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

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

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

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