#B09FAC

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

Shades of London Hue #B09FAC

Tints of London Hue #B09FAC

Color information

#B09FAC (or 0xB09FAC) is unknown color: approx London Hue. HEX triplet: B0, 9F and AC. RGB value is (176,159,172). Sum of RGB (Red+Green+Blue) = 176+159+172=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAC is #4F6053. Grayscale: #A5A5A5. Windows color (decimal): -5202004 or 11313072. OLE color: 11313072.

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

Color convert

RGB176159172-
CMYK00.100.020.31
HSL314.12º9.71%65.69%-
HSV(B)314.12º9.66%69.02%-
XYZ37.753744.18-
YUV165.56131.63135.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=34.71%
G=31.36%
B=33.93%

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
Decimal17615917200.100.020.31314.129.7165.69
HexB09FAC0A21F13aa42
Octal26023725401223747212102
Binary10110000100111111010110001010101111110011101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FAC; }

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

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

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

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

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

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

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

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