#B980AB

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

Shades of London Hue #B980AB

Tints of London Hue #B980AB

Color information

#B980AB (or 0xB980AB) is unknown color: approx London Hue. HEX triplet: B9, 80 and AB. RGB value is (185,128,171). Sum of RGB (Red+Green+Blue) = 185+128+171=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B980AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980AB is #467F54. Grayscale: #959595. Windows color (decimal): -4620117 or 11239609. OLE color: 11239609.

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

Color convert

RGB185128171-
CMYK00.310.080.27
HSL314.74º28.93%61.37%-
HSV(B)314.74º30.81%72.55%-
XYZ35.0828.6942.22-
YUV149.94139.88153-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=38.22%
G=26.45%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512817100.310.080.27314.7428.9361.37
HexB980AB01F81B13b1d3d
Octal27120025303710334733575
Binary10111001100000001010101101111110001101110011101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980AB; }

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

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

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

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

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

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

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

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