#B978AD

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

Shades of London Hue #B978AD

Tints of London Hue #B978AD

Color information

#B978AD (or 0xB978AD) is unknown color: approx London Hue. HEX triplet: B9, 78 and AD. RGB value is (185,120,173). Sum of RGB (Red+Green+Blue) = 185+120+173=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AD is #468752. Grayscale: #919191. Windows color (decimal): -4622163 or 11368633. OLE color: 11368633.

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

Color convert

RGB185120173-
CMYK00.350.060.27
HSL311.08º31.71%59.8%-
HSV(B)311.08º35.14%72.55%-
XYZ34.2726.7642.9-
YUV145.48143.53156.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=38.70%
G=25.10%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512017300.350.060.27311.0831.7159.8
HexB978AD02361B137203c
Octal2711702550436334674074
Binary10111001111100010101101010001111011011100110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978AD; }

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

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

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

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

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

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

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

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