#B099AA

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

Shades of London Hue #B099AA

Tints of London Hue #B099AA

Color information

#B099AA (or 0xB099AA) is unknown color: approx London Hue. HEX triplet: B0, 99 and AA. RGB value is (176,153,170). Sum of RGB (Red+Green+Blue) = 176+153+170=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AA is #4F6655. Grayscale: #A1A1A1. Windows color (decimal): -5203542 or 11180464. OLE color: 11180464.

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

Color convert

RGB176153170-
CMYK00.130.030.31
HSL315.65º12.71%64.51%-
HSV(B)315.65º13.07%69.02%-
XYZ36.5534.9142.84-
YUV161.82132.62138.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=35.27%
G=30.66%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615317000.130.030.31315.6512.7164.51
HexB099AA0D31F13cd41
Octal26023125201533747415101
Binary10110000100110011010101001101111111110011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099AA; }

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

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

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

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

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

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

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

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