#B198AB

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

Shades of London Hue #B198AB

Tints of London Hue #B198AB

Color information

#B198AB (or 0xB198AB) is unknown color: approx London Hue. HEX triplet: B1, 98 and AB. RGB value is (177,152,171). Sum of RGB (Red+Green+Blue) = 177+152+171=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B198AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198AB is #4E6754. Grayscale: #A1A1A1. Windows color (decimal): -5138261 or 11245745. OLE color: 11245745.

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

Color convert

RGB177152171-
CMYK00.140.030.31
HSL314.4º13.81%64.51%-
HSV(B)314.4º14.12%69.41%-
XYZ36.7134.7443.3-
YUV161.64133.28138.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=35.4%
G=30.4%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715217100.140.030.31314.413.8164.51
HexB198AB0E31F13ae41
Octal26123025301633747216101
Binary10110001100110001010101101110111111110011101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198AB; }

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

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

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

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

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

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

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

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