#B9AFBA

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

Shades of Lola #B9AFBA

Tints of Lola #B9AFBA

Color information

#B9AFBA (or 0xB9AFBA) is unknown color: approx Lola. HEX triplet: B9, AF and BA. RGB value is (185,175,186). Sum of RGB (Red+Green+Blue) = 185+175+186=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFBA is #465045. Grayscale: #B3B3B3. Windows color (decimal): -4608070 or 12234681. OLE color: 12234681.

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

Color convert

RGB185175186-
CMYK0.010.0600.27
HSL294.55º7.38%70.78%-
HSV(B)294.55º5.91%72.94%-
XYZ44.244.5252.72-
YUV179.24131.81132.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=33.88%
G=32.05%
B=34.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851751860.010.0600.27294.557.3870.78
HexB9AFBA1601B127747
Octal271257272160334477107
Binary10111001101011111011101011100110111001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFBA; }

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

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

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

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

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

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

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

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