Html Css Color HEX #BC87AD London Hue

📋 copy color: '#BC87AD'

red 188 ◦ green 135 ◦ blue 173

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

Shades of London Hue #BC87AD

Tints of London Hue #BC87AD

RGB

 RED value IS 188 (73.83% from 255) = 37.9%

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

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

R = 37.9%
G = 27.22%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC87AD (or 0xBC87AD) is known color: London Hue. HEX triplet: BC, 87 and AD. RGB value is (188,135,173). Sum of RGB (Red+Green+Blue) = 188+135+173=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87AD is #437852. Grayscale: #9B9B9B. Windows color (decimal): -4421715 or 11372476. OLE color: 11372476.

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

Color convert

RGB 188 135 173 -
CMYK 0 0.28 0.08 0.26
HSL 316.98º 0.28% 0.63% -
HSV(B) 316.98º 0.28% 0.74% -
XYZ 36.95 31.04 43.58 -
YUV 155.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 188 135 173 0 0.28 0.08 0.26 316.98 0.28 0.63
Hex BC 87 AD 0 1C 8 1A 13D 1C 3F
Octal 274 207 255 0 34 10 32 475 34 77
Binary 10111100 10000111 10101101 0 11100 1000 11010 100111101 11100 111111

Color Harmonies of #BC87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87AD

Black with #BC87AD

Text Example


Text Example

White with #BC87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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