#BD84AC

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

Shades of London Hue #BD84AC

Tints of London Hue #BD84AC

Color information

#BD84AC (or 0xBD84AC) is unknown color: approx London Hue. HEX triplet: BD, 84 and AC. RGB value is (189,132,172). Sum of RGB (Red+Green+Blue) = 189+132+172=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD84AC is #427B53. Grayscale: #999999. Windows color (decimal): -4356948 or 11306173. OLE color: 11306173.

HSL color Cylindrical-coordinate representation of color #BD84AC: hue angle of 317.89º 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 #BD84AC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189132172-
CMYK00.300.090.26
HSL317.89º30.16%62.94%-
HSV(B)317.89º30.16%74.12%-
XYZ36.6830.342.94-
YUV153.6138.38153.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=38.34%
G=26.77%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913217200.300.090.26317.8930.1662.94
HexBD84AC01E91A13e1e3f
Octal27520425403611324763677
Binary10111101100001001010110001111010011101010011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84AC; }

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

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

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

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

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

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

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

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