#B973AE

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

Shades of London Hue #B973AE

Tints of London Hue #B973AE

Color information

#B973AE (or 0xB973AE) is unknown color: approx London Hue. HEX triplet: B9, 73 and AE. RGB value is (185,115,174). Sum of RGB (Red+Green+Blue) = 185+115+174=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B973AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973AE is #468C51. Grayscale: #8E8E8E. Windows color (decimal): -4623442 or 11432889. OLE color: 11432889.

HSL color Cylindrical-coordinate representation of color #B973AE: hue angle of 309.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B973AE is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185115174-
CMYK00.380.060.27
HSL309.43º33.33%58.82%-
HSV(B)309.43º37.84%72.55%-
XYZ33.7825.6343.21-
YUV142.66145.69158.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=39.03%
G=24.26%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511517400.380.060.27309.4333.3358.82
HexB973AE02661B135213b
Octal2711632560466334654173
Binary10111001111001110101110010011011011011100110101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973AE; }

 p { color: rgb(185,115,174); }

 H1.HeaderClassName
 {
   color: #B973AE;
 }
 .AnyTagClassName
 {
   color: #B973AE;
 }
</style>
background-color css

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

 a { background-color: rgb(185,115,174); }

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

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

 span { border-color: rgb(185,115,174); }

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