#B09DAF

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

Shades of London Hue #B09DAF

Tints of London Hue #B09DAF

Color information

#B09DAF (or 0xB09DAF) is unknown color: approx London Hue. HEX triplet: B0, 9D and AF. RGB value is (176,157,175). Sum of RGB (Red+Green+Blue) = 176+157+175=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DAF is #4F6250. Grayscale: #A4A4A4. Windows color (decimal): -5202513 or 11509168. OLE color: 11509168.

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

Color convert

RGB176157175-
CMYK00.110.010.31
HSL303.16º10.73%65.29%-
HSV(B)303.16º10.8%69.02%-
XYZ37.736.4445.6-
YUV164.73133.79136.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=34.65%
G=30.91%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615717500.110.010.31303.1610.7365.29
HexB09DAF0B11F12fb41
Octal26023525701313745713101
Binary1011000010011101101011110101111111110010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DAF; }

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

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

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

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

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

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

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

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