#B099AB

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

Shades of London Hue #B099AB

Tints of London Hue #B099AB

Color information

#B099AB (or 0xB099AB) is unknown color: approx London Hue. HEX triplet: B0, 99 and AB. RGB value is (176,153,171). Sum of RGB (Red+Green+Blue) = 176+153+171=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AB is #4F6654. Grayscale: #A1A1A1. Windows color (decimal): -5203541 or 11246000. OLE color: 11246000.

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

Color convert

RGB176153171-
CMYK00.130.030.31
HSL313.04º12.71%64.51%-
HSV(B)313.04º13.07%69.02%-
XYZ36.6534.9543.34-
YUV161.93133.12138.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=35.2%
G=30.6%
B=34.2%

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
Decimal17615317100.130.030.31313.0412.7164.51
HexB099AB0D31F139d41
Octal26023125301533747115101
Binary10110000100110011010101101101111111110011100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099AB; }

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

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

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

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

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

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

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

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