Html Css Color HEX #B397AB London Hue

📋 copy color: '#B397AB'

red 179 ◦ green 151 ◦ blue 171

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

Shades of London Hue #B397AB

Tints of London Hue #B397AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 35.73%
G = 30.14%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B397AB (or 0xB397AB) is known color: London Hue. HEX triplet: B3, 97 and AB. RGB value is (179,151,171). Sum of RGB (Red+Green+Blue) = 179+151+171=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B397AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397AB is #4C6854. Grayscale: #A1A1A1. Windows color (decimal): -5007445 or 11245491. OLE color: 11245491.

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

Color convert

RGB 179 151 171 -
CMYK 0 0.16 0.04 0.30
HSL 317.14º 0.16% 0.65% -
HSV(B) 317.14º 0.16% 0.7% -
XYZ 37.01 34.66 43.27 -
YUV 161.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 179 151 171 0 0.16 0.04 0.30 317.14 0.16 0.65
Hex B3 97 AB 0 10 4 1E 13D 10 41
Octal 263 227 253 0 20 4 36 475 20 101
Binary 10110011 10010111 10101011 0 10000 100 11110 100111101 10000 1000001

Color Harmonies of #B397AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397AB

Black with #B397AB

Text Example


Text Example

White with #B397AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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