#B980AD

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

Shades of London Hue #B980AD

Tints of London Hue #B980AD

Color information

#B980AD (or 0xB980AD) is unknown color: approx London Hue. HEX triplet: B9, 80 and AD. RGB value is (185,128,173). Sum of RGB (Red+Green+Blue) = 185+128+173=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B980AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980AD is #467F52. Grayscale: #969696. Windows color (decimal): -4620115 or 11370681. OLE color: 11370681.

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

Color convert

RGB185128173-
CMYK00.310.060.27
HSL312.63º28.93%61.37%-
HSV(B)312.63º30.81%72.55%-
XYZ35.2728.7743.23-
YUV150.17140.88152.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=38.07%
G=26.34%
B=35.60%

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
Decimal18512817300.310.060.27312.6328.9361.37
HexB980AD01F61B1391d3d
Octal2712002550376334713575
Binary1011100110000000101011010111111101101110011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980AD; }

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

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

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

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

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

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

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

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