#BD84AD

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

Shades of London Hue #BD84AD

Tints of London Hue #BD84AD

Color information

#BD84AD (or 0xBD84AD) is unknown color: approx London Hue. HEX triplet: BD, 84 and AD. RGB value is (189,132,173). Sum of RGB (Red+Green+Blue) = 189+132+173=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD84AD is #427B52. Grayscale: #999999. Windows color (decimal): -4356947 or 11371709. OLE color: 11371709.

HSL color Cylindrical-coordinate representation of color #BD84AD: hue angle of 316.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD84AD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189132173-
CMYK00.300.080.26
HSL316.84º30.16%62.94%-
HSV(B)316.84º30.16%74.12%-
XYZ36.7830.3443.45-
YUV153.72138.88153.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=38.26%
G=26.72%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913217300.300.080.26316.8430.1662.94
HexBD84AD01E81A13d1e3f
Octal27520425503610324753677
Binary10111101100001001010110101111010001101010011110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84AD; }

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

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

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

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

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

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

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

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