#B09DAD

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

Shades of London Hue #B09DAD

Tints of London Hue #B09DAD

Color information

#B09DAD (or 0xB09DAD) is unknown color: approx London Hue. HEX triplet: B0, 9D and AD. RGB value is (176,157,173). Sum of RGB (Red+Green+Blue) = 176+157+173=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DAD is #4F6252. Grayscale: #A4A4A4. Windows color (decimal): -5202515 or 11378096. OLE color: 11378096.

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

Color convert

RGB176157173-
CMYK00.110.020.31
HSL309.47º10.73%65.29%-
HSV(B)309.47º10.8%69.02%-
XYZ37.536.3644.58-
YUV164.5132.79136.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=34.78%
G=31.03%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615717300.110.020.31309.4710.7365.29
HexB09DAD0B21F135b41
Octal26023525501323746513101
Binary10110000100111011010110101011101111110011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DAD; }

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

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

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

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

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

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

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

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