#B199AA

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

Shades of London Hue #B199AA

Tints of London Hue #B199AA

Color information

#B199AA (or 0xB199AA) is unknown color: approx London Hue. HEX triplet: B1, 99 and AA. RGB value is (177,153,170). Sum of RGB (Red+Green+Blue) = 177+153+170=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B199AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199AA is #4E6655. Grayscale: #A2A2A2. Windows color (decimal): -5138006 or 11180465. OLE color: 11180465.

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

Color convert

RGB177153170-
CMYK00.140.040.31
HSL317.5º13.33%64.71%-
HSV(B)317.5º13.56%69.41%-
XYZ36.7835.0342.85-
YUV162.11132.45138.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 170 (66.80% from 255) = 34%
R=35.4%
G=30.6%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715317000.140.040.31317.513.3364.71
HexB199AA0E41F13ed41
Octal26123125201643747615101
Binary101100011001100110101010011101001111110011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199AA; }

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

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

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

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

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

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

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

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