Html Css Color HEX #B198AD London Hue

📋 copy color: '#B198AD'

red 177 ◦ green 152 ◦ blue 173

#B198AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B198AD

Tints of London Hue #B198AD

RGB

 RED value IS 177 (69.53% from 255) = 35.26%

 GREEN value IS 152 (59.77% from 255) = 30.28%

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 35.26%
G = 30.28%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B198AD (or 0xB198AD) is known color: London Hue. HEX triplet: B1, 98 and AD. RGB value is (177,152,173). Sum of RGB (Red+Green+Blue) = 177+152+173=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B198AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198AD is #4E6752. Grayscale: #A1A1A1. Windows color (decimal): -5138259 or 11376817. OLE color: 11376817.

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

Color convert

RGB 177 152 173 -
CMYK 0 0.14 0.02 0.31
HSL 309.6º 0.14% 0.65% -
HSV(B) 309.6º 0.14% 0.69% -
XYZ 36.9 34.82 44.31 -
YUV 161.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 177 152 173 0 0.14 0.02 0.31 309.6 0.14 0.65
Hex B1 98 AD 0 E 2 1F 136 E 41
Octal 261 230 255 0 16 2 37 466 16 101
Binary 10110001 10011000 10101101 0 1110 10 11111 100110110 1110 1000001

Color Harmonies of #B198AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198AD

Black with #B198AD

Text Example


Text Example

White with #B198AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198AD; }

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

 H1.HeaderClassName
 {
   color: #B198AD;
 }
 .AnyTagClassName
 {
   color: #B198AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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