#B397AD

Color #B397AD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B397AD

Tints of London Hue #B397AD

Color information

#B397AD (or 0xB397AD) is unknown color: approx 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

RGB179151173-
CMYK00.160.030.30
HSL312.86º15.56%64.71%-
HSV(B)312.86º15.64%70.2%-
XYZ37.234.7344.28-
YUV161.88134.28140.21-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915117300.160.030.30312.8615.5664.71
HexB397AD01031E1391041
Octal26322725502033647120101
Binary1011001110010111101011010100001111110100111001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>