Html Css Color HEX #B397AD London Hue

📋 copy color: '#B397AD'

red 179 ◦ green 151 ◦ blue 173

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

Shades of London Hue #B397AD

Tints of London Hue #B397AD

RGB

 RED value IS 179 (70.31% from 255) = 35.59%

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

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

R = 35.59%
G = 30.02%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B397AD (or 0xB397AD) is known color: London Hue. HEX triplet: B3, 97 and AD. RGB value is (179,151,173). Sum of RGB (Red+Green+Blue) = 179+151+173=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 179 - color contains mainly: red. Hex color #B397AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397AD is #4C6852. Grayscale: #A1A1A1. Windows color (decimal): -5007443 or 11376563. OLE color: 11376563.

HSL color Cylindrical-coordinate representation of color #B397AD: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B397AD is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 173 -
CMYK 0 0.16 0.03 0.30
HSL 312.86º 0.16% 0.65% -
HSV(B) 312.86º 0.16% 0.7% -
XYZ 37.2 34.73 44.28 -
YUV 161.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 179 151 173 0 0.16 0.03 0.30 312.86 0.16 0.65
Hex B3 97 AD 0 10 3 1E 139 10 41
Octal 263 227 255 0 20 3 36 471 20 101
Binary 10110011 10010111 10101101 0 10000 11 11110 100111001 10000 1000001

Color Harmonies of #B397AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397AD

Black with #B397AD

Text Example


Text Example

White with #B397AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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