Html Css Color HEX #B397AF London Hue

📋 copy color: '#B397AF'

red 179 ◦ green 151 ◦ blue 175

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

Shades of London Hue #B397AF

Tints of London Hue #B397AF

RGB

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

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

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

R = 35.45%
G = 29.9%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B397AF (or 0xB397AF) is known color: London Hue. HEX triplet: B3, 97 and AF. RGB value is (179,151,175). Sum of RGB (Red+Green+Blue) = 179+151+175=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 179 - color contains mainly: red. Hex color #B397AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397AF is #4C6850. Grayscale: #A2A2A2. Windows color (decimal): -5007441 or 11507635. OLE color: 11507635.

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

Color convert

RGB 179 151 175 -
CMYK 0 0.16 0.02 0.30
HSL 308.57º 0.16% 0.65% -
HSV(B) 308.57º 0.16% 0.7% -
XYZ 37.39 34.81 45.31 -
YUV 162.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 179 151 175 0 0.16 0.02 0.30 308.57 0.16 0.65
Hex B3 97 AF 0 10 2 1E 135 10 41
Octal 263 227 257 0 20 2 36 465 20 101
Binary 10110011 10010111 10101111 0 10000 10 11110 100110101 10000 1000001

Color Harmonies of #B397AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397AF

Black with #B397AF

Text Example


Text Example

White with #B397AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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