#B9A0C0

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

Shades of Lola #B9A0C0

Tints of Lola #B9A0C0

Color information

#B9A0C0 (or 0xB9A0C0) is unknown color: approx Lola. HEX triplet: B9, A0 and C0. RGB value is (185,160,192). Sum of RGB (Red+Green+Blue) = 185+160+192=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0C0 is #465F3F. Grayscale: #ABABAB. Windows color (decimal): -4611904 or 12624057. OLE color: 12624057.

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

Color convert

RGB185160192-
CMYK0.040.1700.25
HSL286.88º20.25%69.02%-
HSV(B)286.88º16.67%75.29%-
XYZ42.0939.2655.23-
YUV171.12139.78137.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=34.45%
G=29.80%
B=35.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851601920.040.1700.25286.8820.2569.02
HexB9A0C041101911f1445
Octal27124030042103143724105
Binary10111001101000001100000010010001011001100011111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A0C0; }

 p { color: rgb(185,160,192); }

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

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

 a { background-color: rgb(185,160,192); }

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

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

 span { border-color: rgb(185,160,192); }

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