#B97FAE

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

Shades of London Hue #B97FAE

Tints of London Hue #B97FAE

Color information

#B97FAE (or 0xB97FAE) is unknown color: approx London Hue. HEX triplet: B9, 7F and AE. RGB value is (185,127,174). Sum of RGB (Red+Green+Blue) = 185+127+174=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FAE is #468051. Grayscale: #959595. Windows color (decimal): -4620370 or 11435961. OLE color: 11435961.

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

Color convert

RGB185127174-
CMYK00.310.060.27
HSL311.38º29.29%61.18%-
HSV(B)311.38º31.35%72.55%-
XYZ35.2428.5543.7-
YUV149.7141.72153.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=38.07%
G=26.13%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512717400.310.060.27311.3829.2961.18
HexB97FAE01F61B1371d3d
Octal2711772560376334673575
Binary101110011111111101011100111111101101110011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FAE; }

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

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

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

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

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

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

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

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