#B198AD

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

Shades of London Hue #B198AD

Tints of London Hue #B198AD

Color information

#B198AD (or 0xB198AD) is unknown color: approx London Hue. HEX triplet: B1, 98 and AD. RGB value is (177,152,173). Sum of RGB (Red+Green+Blue) = 177+152+173=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B198AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198AD is #4E6752. Grayscale: #A1A1A1. Windows color (decimal): -5138259 or 11376817. OLE color: 11376817.

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

Color convert

RGB177152173-
CMYK00.140.020.31
HSL309.6º13.81%64.51%-
HSV(B)309.6º14.12%69.41%-
XYZ36.934.8244.31-
YUV161.87134.28138.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=35.26%
G=30.28%
B=34.46%

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
Decimal17715217300.140.020.31309.613.8164.51
HexB198AD0E21F136e41
Octal26123025501623746616101
Binary10110001100110001010110101110101111110011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198AD; }

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

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

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

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

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

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

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

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