#B099AE

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

Shades of London Hue #B099AE

Tints of London Hue #B099AE

Color information

#B099AE (or 0xB099AE) is unknown color: approx London Hue. HEX triplet: B0, 99 and AE. RGB value is (176,153,174). Sum of RGB (Red+Green+Blue) = 176+153+174=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AE is #4F6651. Grayscale: #A2A2A2. Windows color (decimal): -5203538 or 11442608. OLE color: 11442608.

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

Color convert

RGB176153174-
CMYK00.130.010.31
HSL305.22º12.71%64.51%-
HSV(B)305.22º13.07%69.02%-
XYZ36.9435.0744.87-
YUV162.27134.62137.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=34.99%
G=30.42%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615317400.130.010.31305.2212.7164.51
HexB099AE0D11F131d41
Octal26023125601513746115101
Binary1011000010011001101011100110111111110011000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099AE; }

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

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

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

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

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

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

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

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