#B099AF

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

Shades of London Hue #B099AF

Tints of London Hue #B099AF

Color information

#B099AF (or 0xB099AF) is unknown color: approx London Hue. HEX triplet: B0, 99 and AF. RGB value is (176,153,175). Sum of RGB (Red+Green+Blue) = 176+153+175=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AF is #4F6650. Grayscale: #A2A2A2. Windows color (decimal): -5203537 or 11508144. OLE color: 11508144.

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

Color convert

RGB176153175-
CMYK00.130.010.31
HSL302.61º12.71%64.51%-
HSV(B)302.61º13.07%69.02%-
XYZ37.0335.1145.38-
YUV162.38135.12137.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=34.92%
G=30.36%
B=34.72%

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
Decimal17615317500.130.010.31302.6112.7164.51
HexB099AF0D11F12fd41
Octal26023125701513745715101
Binary1011000010011001101011110110111111110010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099AF; }

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

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

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

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

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

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

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

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