Html Css Color HEX #BD84AD London Hue

📋 copy color: '#BD84AD'

red 189 ◦ green 132 ◦ blue 173

#BD84AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BD84AD

Tints of London Hue #BD84AD

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 value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD84AD (or 0xBD84AD) is known color: 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

RGB 189 132 173 -
CMYK 0 0.30 0.08 0.26
HSL 316.84º 0.3% 0.63% -
HSV(B) 316.84º 0.3% 0.74% -
XYZ 36.78 30.34 43.45 -
YUV 153.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 189 132 173 0 0.30 0.08 0.26 316.84 0.3 0.63
Hex BD 84 AD 0 1E 8 1A 13D 1E 3F
Octal 275 204 255 0 36 10 32 475 36 77
Binary 10111101 10000100 10101101 0 11110 1000 11010 100111101 11110 111111

Color Harmonies of #BD84AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84AD

Black with #BD84AD

Text Example


Text Example

White with #BD84AD

Text Example


Text Example

HTML Codes & Css Web 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>