#B9ADBA

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

Shades of Lola #B9ADBA

Tints of Lola #B9ADBA

Color information

#B9ADBA (or 0xB9ADBA) is unknown color: approx Lola. HEX triplet: B9, AD and BA. RGB value is (185,173,186). Sum of RGB (Red+Green+Blue) = 185+173+186=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADBA is #465245. Grayscale: #B2B2B2. Windows color (decimal): -4608582 or 12234169. OLE color: 12234169.

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

Color convert

RGB185173186-
CMYK0.010.0700.27
HSL295.38º8.61%70.39%-
HSV(B)295.38º6.99%72.94%-
XYZ43.8143.7552.59-
YUV178.07132.48132.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=34.01%
G=31.80%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851731860.010.0700.27295.388.6170.39
HexB9ADBA1701B127946
Octal2712552721703344711106
Binary101110011010110110111010111101101110010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADBA; }

 p { color: rgb(185,173,186); }

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

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

 a { background-color: rgb(185,173,186); }

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

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

 span { border-color: rgb(185,173,186); }

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