#B976AE

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

Shades of London Hue #B976AE

Tints of London Hue #B976AE

Color information

#B976AE (or 0xB976AE) is unknown color: approx London Hue. HEX triplet: B9, 76 and AE. RGB value is (185,118,174). Sum of RGB (Red+Green+Blue) = 185+118+174=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B976AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976AE is #468951. Grayscale: #909090. Windows color (decimal): -4622674 or 11433657. OLE color: 11433657.

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

Color convert

RGB185118174-
CMYK00.360.060.27
HSL309.85º32.37%59.41%-
HSV(B)309.85º36.22%72.55%-
XYZ34.1326.3343.33-
YUV144.42144.7156.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=38.78%
G=24.74%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511817400.360.060.27309.8532.3759.41
HexB976AE02461B136203b
Octal2711662560446334664073
Binary10111001111011010101110010010011011011100110110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976AE; }

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

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

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

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

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

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

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

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