#B198A9

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

Shades of London Hue #B198A9

Tints of London Hue #B198A9

Color information

#B198A9 (or 0xB198A9) is unknown color: approx London Hue. HEX triplet: B1, 98 and A9. RGB value is (177,152,169). Sum of RGB (Red+Green+Blue) = 177+152+169=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B198A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198A9 is #4E6756. Grayscale: #A1A1A1. Windows color (decimal): -5138263 or 11114673. OLE color: 11114673.

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

Color convert

RGB177152169-
CMYK00.140.050.31
HSL319.2º13.81%64.51%-
HSV(B)319.2º14.12%69.41%-
XYZ36.5234.6742.3-
YUV161.41132.28139.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=35.54%
G=30.52%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715216900.140.050.31319.213.8164.51
HexB198A90E51F13fe41
Octal26123025101653747716101
Binary101100011001100010101001011101011111110011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198A9; }

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

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

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

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

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

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

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

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