#B984AD

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

Shades of London Hue #B984AD

Tints of London Hue #B984AD

Color information

#B984AD (or 0xB984AD) is unknown color: approx London Hue. HEX triplet: B9, 84 and AD. RGB value is (185,132,173). Sum of RGB (Red+Green+Blue) = 185+132+173=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B984AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984AD is #467B52. Grayscale: #989898. Windows color (decimal): -4619091 or 11371705. OLE color: 11371705.

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

Color convert

RGB185132173-
CMYK00.290.060.27
HSL313.58º27.46%62.16%-
HSV(B)313.58º28.65%72.55%-
XYZ35.829.8343.41-
YUV152.52139.56151.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=37.76%
G=26.94%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513217300.290.060.27313.5827.4662.16
HexB984AD01D61B13a1b3e
Octal2712042550356334723376
Binary1011100110000100101011010111011101101110011101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984AD; }

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

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

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

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

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

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

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

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