#B198AA

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

Shades of London Hue #B198AA

Tints of London Hue #B198AA

Color information

#B198AA (or 0xB198AA) is unknown color: approx London Hue. HEX triplet: B1, 98 and AA. RGB value is (177,152,170). Sum of RGB (Red+Green+Blue) = 177+152+170=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B198AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198AA is #4E6755. Grayscale: #A1A1A1. Windows color (decimal): -5138262 or 11180209. OLE color: 11180209.

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

Color convert

RGB177152170-
CMYK00.140.040.31
HSL316.8º13.81%64.51%-
HSV(B)316.8º14.12%69.41%-
XYZ36.6234.7142.8-
YUV161.53132.78139.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=35.47%
G=30.46%
B=34.07%

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
Decimal17715217000.140.040.31316.813.8164.51
HexB198AA0E41F13de41
Octal26123025201643747516101
Binary101100011001100010101010011101001111110011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198AA; }

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

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

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

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

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

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

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

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