#B982AD

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

Shades of London Hue #B982AD

Tints of London Hue #B982AD

Color information

#B982AD (or 0xB982AD) is unknown color: approx London Hue. HEX triplet: B9, 82 and AD. RGB value is (185,130,173). Sum of RGB (Red+Green+Blue) = 185+130+173=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B982AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982AD is #467D52. Grayscale: #979797. Windows color (decimal): -4619603 or 11371193. OLE color: 11371193.

HSL color Cylindrical-coordinate representation of color #B982AD: hue angle of 313.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982AD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185130173-
CMYK00.300.060.27
HSL313.09º28.21%61.76%-
HSV(B)313.09º29.73%72.55%-
XYZ35.5329.343.32-
YUV151.35140.22152-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=37.91%
G=26.64%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513017300.300.060.27313.0928.2161.76
HexB982AD01E61B1391c3e
Octal2712022550366334713476
Binary1011100110000010101011010111101101101110011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982AD; }

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

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

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

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

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

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

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

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