#B099AD

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

Shades of London Hue #B099AD

Tints of London Hue #B099AD

Color information

#B099AD (or 0xB099AD) is unknown color: approx London Hue. HEX triplet: B0, 99 and AD. RGB value is (176,153,173). Sum of RGB (Red+Green+Blue) = 176+153+173=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AD is #4F6652. Grayscale: #A2A2A2. Windows color (decimal): -5203539 or 11377072. OLE color: 11377072.

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

Color convert

RGB176153173-
CMYK00.130.020.31
HSL307.83º12.71%64.51%-
HSV(B)307.83º13.07%69.02%-
XYZ36.8435.0344.35-
YUV162.16134.12137.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=35.06%
G=30.48%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615317300.130.020.31307.8312.7164.51
HexB099AD0D21F134d41
Octal26023125501523746415101
Binary10110000100110011010110101101101111110011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099AD; }

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

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

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

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

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

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

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

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