Html Css Color HEX #B197AA London Hue

📋 copy color: '#B197AA'

red 177 ◦ green 151 ◦ blue 170

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

Shades of London Hue #B197AA

Tints of London Hue #B197AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 35.54%
G = 30.32%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B197AA (or 0xB197AA) is known color: London Hue. HEX triplet: B1, 97 and AA. RGB value is (177,151,170). Sum of RGB (Red+Green+Blue) = 177+151+170=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AA is #4E6855. Grayscale: #A0A0A0. Windows color (decimal): -5138518 or 11179953. OLE color: 11179953.

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

Color convert

RGB 177 151 170 -
CMYK 0 0.15 0.04 0.31
HSL 316.15º 0.14% 0.64% -
HSV(B) 316.15º 0.15% 0.69% -
XYZ 36.45 34.38 42.75 -
YUV 160.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 177 151 170 0 0.15 0.04 0.31 316.15 0.14 0.64
Hex B1 97 AA 0 F 4 1F 13C E 40
Octal 261 227 252 0 17 4 37 474 16 100
Binary 10110001 10010111 10101010 0 1111 100 11111 100111100 1110 1000000

Color Harmonies of #B197AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197AA

Black with #B197AA

Text Example


Text Example

White with #B197AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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