Html Css Color HEX #B197AD London Hue

📋 copy color: '#B197AD'

red 177 ◦ green 151 ◦ blue 173

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

Shades of London Hue #B197AD

Tints of London Hue #B197AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

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

R = 35.33%
G = 30.14%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B197AD (or 0xB197AD) is known color: London Hue. HEX triplet: B1, 97 and AD. RGB value is (177,151,173). Sum of RGB (Red+Green+Blue) = 177+151+173=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AD is #4E6852. Grayscale: #A1A1A1. Windows color (decimal): -5138515 or 11376561. OLE color: 11376561.

HSL color Cylindrical-coordinate representation of color #B197AD: hue angle of 309.23º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B197AD is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 151 173 -
CMYK 0 0.15 0.02 0.31
HSL 309.23º 0.14% 0.64% -
HSV(B) 309.23º 0.15% 0.69% -
XYZ 36.74 34.5 44.26 -
YUV 161.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 177 151 173 0 0.15 0.02 0.31 309.23 0.14 0.64
Hex B1 97 AD 0 F 2 1F 135 E 40
Octal 261 227 255 0 17 2 37 465 16 100
Binary 10110001 10010111 10101101 0 1111 10 11111 100110101 1110 1000000

Color Harmonies of #B197AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197AD

Black with #B197AD

Text Example


Text Example

White with #B197AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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