#B97DAD

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

Shades of London Hue #B97DAD

Tints of London Hue #B97DAD

Color information

#B97DAD (or 0xB97DAD) is unknown color: approx London Hue. HEX triplet: B9, 7D and AD. RGB value is (185,125,173). Sum of RGB (Red+Green+Blue) = 185+125+173=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DAD is #468252. Grayscale: #949494. Windows color (decimal): -4620883 or 11369913. OLE color: 11369913.

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

Color convert

RGB185125173-
CMYK00.320.060.27
HSL312º30%60.78%-
HSV(B)312º32.43%72.55%-
XYZ34.882843.1-
YUV148.41141.88154.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=38.30%
G=25.88%
B=35.82%

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
Decimal18512517300.320.060.273123060.78
HexB97DAD02061B1381e3d
Octal2711752550406334703675
Binary1011100111111011010110101000001101101110011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DAD; }

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

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

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

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

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

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

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

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