#B09FAE

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

Shades of London Hue #B09FAE

Tints of London Hue #B09FAE

Color information

#B09FAE (or 0xB09FAE) is unknown color: approx London Hue. HEX triplet: B0, 9F and AE. RGB value is (176,159,174). Sum of RGB (Red+Green+Blue) = 176+159+174=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAE is #4F6051. Grayscale: #A5A5A5. Windows color (decimal): -5202002 or 11444144. OLE color: 11444144.

HSL color Cylindrical-coordinate representation of color #B09FAE: hue angle of 307.06º 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 #B09FAE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176159174-
CMYK00.100.010.31
HSL307.06º9.71%65.69%-
HSV(B)307.06º9.66%69.02%-
XYZ37.9437.0845.2-
YUV165.79132.63135.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=34.58%
G=31.24%
B=34.18%

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
Decimal17615917400.100.010.31307.069.7165.69
HexB09FAE0A11F133a42
Octal26023725601213746312102
Binary1011000010011111101011100101011111110011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FAE; }

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

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

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

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

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

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

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

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