#B97DAE

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

Shades of London Hue #B97DAE

Tints of London Hue #B97DAE

Color information

#B97DAE (or 0xB97DAE) is unknown color: approx London Hue. HEX triplet: B9, 7D and AE. RGB value is (185,125,174). Sum of RGB (Red+Green+Blue) = 185+125+174=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DAE is #468251. Grayscale: #949494. Windows color (decimal): -4620882 or 11435449. OLE color: 11435449.

HSL color Cylindrical-coordinate representation of color #B97DAE: hue angle of 311º 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 #B97DAE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185125174-
CMYK00.320.060.27
HSL311º30%60.78%-
HSV(B)311º32.43%72.55%-
XYZ34.9828.0443.61-
YUV148.53142.38154.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=38.22%
G=25.83%
B=35.95%

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
Decimal18512517400.320.060.273113060.78
HexB97DAE02061B1371e3d
Octal2711752560406334673675
Binary1011100111111011010111001000001101101110011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DAE; }

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

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

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

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

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

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

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

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