#B980AE

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

Shades of London Hue #B980AE

Tints of London Hue #B980AE

Color information

#B980AE (or 0xB980AE) is unknown color: approx London Hue. HEX triplet: B9, 80 and AE. RGB value is (185,128,174). Sum of RGB (Red+Green+Blue) = 185+128+174=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B980AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980AE is #467F51. Grayscale: #969696. Windows color (decimal): -4620114 or 11436217. OLE color: 11436217.

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

Color convert

RGB185128174-
CMYK00.310.060.27
HSL311.58º28.93%61.37%-
HSV(B)311.58º30.81%72.55%-
XYZ35.3728.8143.74-
YUV150.29141.38152.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=37.99%
G=26.28%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512817400.310.060.27311.5828.9361.37
HexB980AE01F61B1381d3d
Octal2712002560376334703575
Binary1011100110000000101011100111111101101110011100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980AE; }

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

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

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

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

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

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

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

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