#B198AE

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

Shades of London Hue #B198AE

Tints of London Hue #B198AE

Color information

#B198AE (or 0xB198AE) is unknown color: approx London Hue. HEX triplet: B1, 98 and AE. RGB value is (177,152,174). Sum of RGB (Red+Green+Blue) = 177+152+174=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B198AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198AE is #4E6751. Grayscale: #A1A1A1. Windows color (decimal): -5138258 or 11442353. OLE color: 11442353.

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

Color convert

RGB177152174-
CMYK00.140.020.31
HSL307.2º13.81%64.51%-
HSV(B)307.2º14.12%69.41%-
XYZ3734.8644.82-
YUV161.98134.78138.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=35.19%
G=30.22%
B=34.59%

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
Decimal17715217400.140.020.31307.213.8164.51
HexB198AE0E21F133e41
Octal26123025601623746316101
Binary10110001100110001010111001110101111110011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198AE; }

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

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

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

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

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

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

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

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