#B199AD

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

Shades of London Hue #B199AD

Tints of London Hue #B199AD

Color information

#B199AD (or 0xB199AD) is unknown color: approx London Hue. HEX triplet: B1, 99 and AD. RGB value is (177,153,173). Sum of RGB (Red+Green+Blue) = 177+153+173=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B199AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199AD is #4E6652. Grayscale: #A2A2A2. Windows color (decimal): -5138003 or 11377073. OLE color: 11377073.

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

Color convert

RGB177153173-
CMYK00.140.020.31
HSL310º13.33%64.71%-
HSV(B)310º13.56%69.41%-
XYZ37.0735.1544.37-
YUV162.46133.95138.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=35.19%
G=30.42%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715317300.140.020.3131013.3364.71
HexB199AD0E21F136d41
Octal26123125501623746615101
Binary10110001100110011010110101110101111110011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199AD; }

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

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

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

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

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

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

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

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