#B9A7BC

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

Shades of Lola #B9A7BC

Tints of Lola #B9A7BC

Color information

#B9A7BC (or 0xB9A7BC) is unknown color: approx Lola. HEX triplet: B9, A7 and BC. RGB value is (185,167,188). Sum of RGB (Red+Green+Blue) = 185+167+188=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9A7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A7BC is #465843. Grayscale: #AEAEAE. Windows color (decimal): -4610116 or 12363705. OLE color: 12363705.

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

Color convert

RGB185167188-
CMYK0.020.1100.26
HSL291.43º13.55%69.61%-
HSV(B)291.43º11.17%73.73%-
XYZ42.941.5853.34-
YUV174.78135.46135.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=34.26%
G=30.93%
B=34.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851671880.020.1100.26291.4313.5569.61
HexB9A7BC2B01A123e46
Octal27124727421303244316106
Binary10111001101001111011110010101101101010010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7BC; }

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

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

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

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

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

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

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

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