#B9A2BD

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

Shades of Lola #B9A2BD

Tints of Lola #B9A2BD

Color information

#B9A2BD (or 0xB9A2BD) is unknown color: approx Lola. HEX triplet: B9, A2 and BD. RGB value is (185,162,189). Sum of RGB (Red+Green+Blue) = 185+162+189=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9A2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2BD is #465D42. Grayscale: #ABABAB. Windows color (decimal): -4611395 or 12427961. OLE color: 12427961.

HSL color Cylindrical-coordinate representation of color #B9A2BD: hue angle of 291.11º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9A2BD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185162189-
CMYK0.020.1400.26
HSL291.11º16.98%68.82%-
HSV(B)291.11º14.29%74.12%-
XYZ42.1139.8353.61-
YUV171.96137.62137.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=34.51%
G=30.22%
B=35.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851621890.020.1400.26291.1116.9868.82
HexB9A2BD2E01A1231145
Octal27124227521603244321105
Binary101110011010001010111101101110011010100100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2BD; }

 p { color: rgb(185,162,189); }

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

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

 a { background-color: rgb(185,162,189); }

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

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

 span { border-color: rgb(185,162,189); }

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