#B198B0

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

Shades of London Hue #B198B0

Tints of London Hue #B198B0

Color information

#B198B0 (or 0xB198B0) is unknown color: approx London Hue. HEX triplet: B1, 98 and B0. RGB value is (177,152,176). Sum of RGB (Red+Green+Blue) = 177+152+176=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B198B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198B0 is #4E674F. Grayscale: #A2A2A2. Windows color (decimal): -5138256 or 11573425. OLE color: 11573425.

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

Color convert

RGB177152176-
CMYK00.140.010.31
HSL302.4º13.81%64.51%-
HSV(B)302.4º14.12%69.41%-
XYZ37.234.9445.86-
YUV162.21135.78138.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=35.05%
G=30.10%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715217600.140.010.31302.413.8164.51
HexB198B00E11F12ee41
Octal26123026001613745616101
Binary1011000110011000101100000111011111110010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198B0; }

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

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

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

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

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

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

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

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