#B978AC

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

Shades of London Hue #B978AC

Tints of London Hue #B978AC

Color information

#B978AC (or 0xB978AC) is unknown color: approx London Hue. HEX triplet: B9, 78 and AC. RGB value is (185,120,172). Sum of RGB (Red+Green+Blue) = 185+120+172=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AC is #468753. Grayscale: #919191. Windows color (decimal): -4622164 or 11303097. OLE color: 11303097.

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

Color convert

RGB185120172-
CMYK00.350.070.27
HSL312º31.71%59.8%-
HSV(B)312º35.14%72.55%-
XYZ34.1726.7342.39-
YUV145.36143.03156.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=38.78%
G=25.16%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512017200.350.070.2731231.7159.8
HexB978AC02371B138203c
Octal2711702540437334704074
Binary10111001111100010101100010001111111011100111000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978AC; }

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

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

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

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

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

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

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

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