#B97FAD

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

Shades of London Hue #B97FAD

Tints of London Hue #B97FAD

Color information

#B97FAD (or 0xB97FAD) is unknown color: approx London Hue. HEX triplet: B9, 7F and AD. RGB value is (185,127,173). Sum of RGB (Red+Green+Blue) = 185+127+173=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FAD is #468052. Grayscale: #959595. Windows color (decimal): -4620371 or 11370425. OLE color: 11370425.

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

Color convert

RGB185127173-
CMYK00.310.060.27
HSL312.41º29.29%61.18%-
HSV(B)312.41º31.35%72.55%-
XYZ35.1428.5143.19-
YUV149.59141.22153.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=38.14%
G=26.19%
B=35.67%

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
Decimal18512717300.310.060.27312.4129.2961.18
HexB97FAD01F61B1381d3d
Octal2711772550376334703575
Binary101110011111111101011010111111101101110011100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FAD; }

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

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

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

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

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

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

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

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