#B09FAD

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

Shades of London Hue #B09FAD

Tints of London Hue #B09FAD

Color information

#B09FAD (or 0xB09FAD) is unknown color: approx London Hue. HEX triplet: B0, 9F and AD. RGB value is (176,159,173). Sum of RGB (Red+Green+Blue) = 176+159+173=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAD is #4F6052. Grayscale: #A5A5A5. Windows color (decimal): -5202003 or 11378608. OLE color: 11378608.

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

Color convert

RGB176159173-
CMYK00.100.020.31
HSL310.59º9.71%65.69%-
HSV(B)310.59º9.66%69.02%-
XYZ37.8537.0444.69-
YUV165.68132.13135.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=34.65%
G=31.30%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615917300.100.020.31310.599.7165.69
HexB09FAD0A21F137a42
Octal26023725501223746712102
Binary10110000100111111010110101010101111110011011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FAD; }

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

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

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

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

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

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

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

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