Html Css Color HEX #BC87AE London Hue

📋 copy color: '#BC87AE'

red 188 ◦ green 135 ◦ blue 174

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

Shades of London Hue #BC87AE

Tints of London Hue #BC87AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.01%

R = 37.83%
G = 27.16%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC87AE (or 0xBC87AE) is known color: London Hue. HEX triplet: BC, 87 and AE. RGB value is (188,135,174). Sum of RGB (Red+Green+Blue) = 188+135+174=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87AE is #437851. Grayscale: #9B9B9B. Windows color (decimal): -4421714 or 11438012. OLE color: 11438012.

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

Color convert

RGB 188 135 174 -
CMYK 0 0.28 0.07 0.26
HSL 315.85º 0.28% 0.63% -
HSV(B) 315.85º 0.28% 0.74% -
XYZ 37.04 31.08 44.09 -
YUV 155.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 188 135 174 0 0.28 0.07 0.26 315.85 0.28 0.63
Hex BC 87 AE 0 1C 7 1A 13C 1C 3F
Octal 274 207 256 0 34 7 32 474 34 77
Binary 10111100 10000111 10101110 0 11100 111 11010 100111100 11100 111111

Color Harmonies of #BC87AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87AE

Black with #BC87AE

Text Example


Text Example

White with #BC87AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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