Html Css Color HEX #BD87AD London Hue

📋 copy color: '#BD87AD'

red 189 ◦ green 135 ◦ blue 173

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

Shades of London Hue #BD87AD

Tints of London Hue #BD87AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.16%

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

R = 38.03%
G = 27.16%
B = 34.81%

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

#BD87AD (or 0xBD87AD) is known color: London Hue. HEX triplet: BD, 87 and AD. RGB value is (189,135,173). Sum of RGB (Red+Green+Blue) = 189+135+173=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD87AD is #427852. Grayscale: #9B9B9B. Windows color (decimal): -4356179 or 11372477. OLE color: 11372477.

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

Color convert

RGB 189 135 173 -
CMYK 0 0.29 0.08 0.26
HSL 317.78º 0.29% 0.64% -
HSV(B) 317.78º 0.29% 0.74% -
XYZ 37.19 31.16 43.59 -
YUV 155.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 189 135 173 0 0.29 0.08 0.26 317.78 0.29 0.64
Hex BD 87 AD 0 1D 8 1A 13E 1D 40
Octal 275 207 255 0 35 10 32 476 35 100
Binary 10111101 10000111 10101101 0 11101 1000 11010 100111110 11101 1000000

Color Harmonies of #BD87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD87AD

Black with #BD87AD

Text Example


Text Example

White with #BD87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD87AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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