#B97FAC

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

Shades of London Hue #B97FAC

Tints of London Hue #B97FAC

Color information

#B97FAC (or 0xB97FAC) is unknown color: approx London Hue. HEX triplet: B9, 7F and AC. RGB value is (185,127,172). Sum of RGB (Red+Green+Blue) = 185+127+172=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FAC is #468053. Grayscale: #959595. Windows color (decimal): -4620372 or 11304889. OLE color: 11304889.

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

Color convert

RGB185127172-
CMYK00.310.070.27
HSL313.45º29.29%61.18%-
HSV(B)313.45º31.35%72.55%-
XYZ35.0428.4742.68-
YUV149.47140.72153.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=38.22%
G=26.24%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512717200.310.070.27313.4529.2961.18
HexB97FAC01F71B1391d3d
Octal2711772540377334713575
Binary101110011111111101011000111111111101110011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FAC; }

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

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

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

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

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

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

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

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