#B9A8BB

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

Shades of Lola #B9A8BB

Tints of Lola #B9A8BB

Color information

#B9A8BB (or 0xB9A8BB) is unknown color: approx Lola. HEX triplet: B9, A8 and BB. RGB value is (185,168,187). Sum of RGB (Red+Green+Blue) = 185+168+187=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8BB is #465744. Grayscale: #AFAFAF. Windows color (decimal): -4609861 or 12298425. OLE color: 12298425.

HSL color Cylindrical-coordinate representation of color #B9A8BB: hue angle of 293.68º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9A8BB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185168187-
CMYK0.010.1000.27
HSL293.68º12.26%69.61%-
HSV(B)293.68º10.16%73.33%-
XYZ42.9841.9152.84-
YUV175.25134.63134.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 168 (66.02% from 255) = 31.11%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=34.26%
G=31.11%
B=34.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851681870.010.1000.27293.6812.2669.61
HexB9A8BB1A01B126c46
Octal27125027311203344614106
Binary1011100110101000101110111101001101110010011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A8BB; }

 p { color: rgb(185,168,187); }

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

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

 a { background-color: rgb(185,168,187); }

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

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

 span { border-color: rgb(185,168,187); }

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