#B97EAD

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

Shades of London Hue #B97EAD

Tints of London Hue #B97EAD

Color information

#B97EAD (or 0xB97EAD) is unknown color: approx London Hue. HEX triplet: B9, 7E and AD. RGB value is (185,126,173). Sum of RGB (Red+Green+Blue) = 185+126+173=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EAD is #468152. Grayscale: #949494. Windows color (decimal): -4620627 or 11370169. OLE color: 11370169.

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

Color convert

RGB185126173-
CMYK00.320.060.27
HSL312.2º29.65%60.98%-
HSV(B)312.2º31.89%72.55%-
XYZ35.0128.2543.14-
YUV149141.55153.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=38.22%
G=26.03%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512617300.320.060.27312.229.6560.98
HexB97EAD02061B1381e3d
Octal2711762550406334703675
Binary1011100111111101010110101000001101101110011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EAD; }

 p { color: rgb(185,126,173); }

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

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

 a { background-color: rgb(185,126,173); }

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

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

 span { border-color: rgb(185,126,173); }

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