#B199AB

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

Shades of London Hue #B199AB

Tints of London Hue #B199AB

Color information

#B199AB (or 0xB199AB) is unknown color: approx London Hue. HEX triplet: B1, 99 and AB. RGB value is (177,153,171). Sum of RGB (Red+Green+Blue) = 177+153+171=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B199AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199AB is #4E6654. Grayscale: #A2A2A2. Windows color (decimal): -5138005 or 11246001. OLE color: 11246001.

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

Color convert

RGB177153171-
CMYK00.140.030.31
HSL315º13.33%64.71%-
HSV(B)315º13.56%69.41%-
XYZ36.8735.0743.35-
YUV162.23132.95138.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=35.33%
G=30.54%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715317100.140.030.3131513.3364.71
HexB199AB0E31F13bd41
Octal26123125301633747315101
Binary10110001100110011010101101110111111110011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199AB; }

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

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

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

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

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

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

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

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