Html Css Color HEX #BD86AD London Hue

📋 copy color: '#BD86AD'

red 189 ◦ green 134 ◦ blue 173

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

Shades of London Hue #BD86AD

Tints of London Hue #BD86AD

RGB

 RED value IS 189 (74.22% from 255) = 38.1%

 GREEN value IS 134 (52.73% from 255) = 27.02%

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 38.1%
G = 27.02%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD86AD (or 0xBD86AD) is known color: London Hue. HEX triplet: BD, 86 and AD. RGB value is (189,134,173). Sum of RGB (Red+Green+Blue) = 189+134+173=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86AD is #427952. Grayscale: #9A9A9A. Windows color (decimal): -4356435 or 11372221. OLE color: 11372221.

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

Color convert

RGB 189 134 173 -
CMYK 0 0.29 0.08 0.26
HSL 317.45º 0.29% 0.63% -
HSV(B) 317.45º 0.29% 0.74% -
XYZ 37.05 30.89 43.54 -
YUV 154.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 189 134 173 0 0.29 0.08 0.26 317.45 0.29 0.63
Hex BD 86 AD 0 1D 8 1A 13D 1D 3F
Octal 275 206 255 0 35 10 32 475 35 77
Binary 10111101 10000110 10101101 0 11101 1000 11010 100111101 11101 111111

Color Harmonies of #BD86AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86AD

Black with #BD86AD

Text Example


Text Example

White with #BD86AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86AD; }

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

 H1.HeaderClassName
 {
   color: #BD86AD;
 }
 .AnyTagClassName
 {
   color: #BD86AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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