#B09FAF

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

Shades of London Hue #B09FAF

Tints of London Hue #B09FAF

Color information

#B09FAF (or 0xB09FAF) is unknown color: approx London Hue. HEX triplet: B0, 9F and AF. RGB value is (176,159,175). Sum of RGB (Red+Green+Blue) = 176+159+175=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAF is #4F6050. Grayscale: #A5A5A5. Windows color (decimal): -5202001 or 11509680. OLE color: 11509680.

HSL color Cylindrical-coordinate representation of color #B09FAF: hue angle of 303.53º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09FAF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176159175-
CMYK00.100.010.31
HSL303.53º9.71%65.69%-
HSV(B)303.53º9.66%69.02%-
XYZ38.0437.1245.72-
YUV165.91133.13135.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=34.51%
G=31.18%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615917500.100.010.31303.539.7165.69
HexB09FAF0A11F130a42
Octal26023725701213746012102
Binary1011000010011111101011110101011111110011000010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FAF; }

 p { color: rgb(176,159,175); }

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

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

 a { background-color: rgb(176,159,175); }

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

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

 span { border-color: rgb(176,159,175); }

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