Html Css Color HEX #BC87AB London Hue

📋 copy color: '#BC87AB'

red 188 ◦ green 135 ◦ blue 171

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

Shades of London Hue #BC87AB

Tints of London Hue #BC87AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 38.06%
G = 27.33%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC87AB (or 0xBC87AB) is known color: London Hue. HEX triplet: BC, 87 and AB. RGB value is (188,135,171). Sum of RGB (Red+Green+Blue) = 188+135+171=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87AB is #437854. Grayscale: #9A9A9A. Windows color (decimal): -4421717 or 11241404. OLE color: 11241404.

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

Color convert

RGB 188 135 171 -
CMYK 0 0.28 0.09 0.26
HSL 319.25º 0.28% 0.63% -
HSV(B) 319.25º 0.28% 0.74% -
XYZ 36.75 30.96 42.57 -
YUV 154.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 188 135 171 0 0.28 0.09 0.26 319.25 0.28 0.63
Hex BC 87 AB 0 1C 9 1A 13F 1C 3F
Octal 274 207 253 0 34 11 32 477 34 77
Binary 10111100 10000111 10101011 0 11100 1001 11010 100111111 11100 111111

Color Harmonies of #BC87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87AB

Black with #BC87AB

Text Example


Text Example

White with #BC87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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