Html Css Color HEX #B197AF London Hue

📋 copy color: '#B197AF'

red 177 ◦ green 151 ◦ blue 175

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

Shades of London Hue #B197AF

Tints of London Hue #B197AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 35.19%
G = 30.02%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B197AF (or 0xB197AF) is known color: London Hue. HEX triplet: B1, 97 and AF. RGB value is (177,151,175). Sum of RGB (Red+Green+Blue) = 177+151+175=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AF is #4E6850. Grayscale: #A1A1A1. Windows color (decimal): -5138513 or 11507633. OLE color: 11507633.

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

Color convert

RGB 177 151 175 -
CMYK 0 0.15 0.01 0.31
HSL 304.62º 0.14% 0.64% -
HSV(B) 304.62º 0.15% 0.69% -
XYZ 36.94 34.58 45.28 -
YUV 161.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 177 151 175 0 0.15 0.01 0.31 304.62 0.14 0.64
Hex B1 97 AF 0 F 1 1F 131 E 40
Octal 261 227 257 0 17 1 37 461 16 100
Binary 10110001 10010111 10101111 0 1111 1 11111 100110001 1110 1000000

Color Harmonies of #B197AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197AF

Black with #B197AF

Text Example


Text Example

White with #B197AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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