#B978AE

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

Shades of London Hue #B978AE

Tints of London Hue #B978AE

Color information

#B978AE (or 0xB978AE) is unknown color: approx London Hue. HEX triplet: B9, 78 and AE. RGB value is (185,120,174). Sum of RGB (Red+Green+Blue) = 185+120+174=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AE is #468751. Grayscale: #919191. Windows color (decimal): -4622162 or 11434169. OLE color: 11434169.

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

Color convert

RGB185120174-
CMYK00.350.060.27
HSL310.15º31.71%59.8%-
HSV(B)310.15º35.14%72.55%-
XYZ34.3626.843.41-
YUV145.59144.03156.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=38.62%
G=25.05%
B=36.33%

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
Decimal18512017400.350.060.27310.1531.7159.8
HexB978AE02361B136203c
Octal2711702560436334664074
Binary10111001111100010101110010001111011011100110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978AE; }

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

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

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

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

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

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

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

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