Html Css Color HEX #BC87AC London Hue

📋 copy color: '#BC87AC'

red 188 ◦ green 135 ◦ blue 172

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

Shades of London Hue #BC87AC

Tints of London Hue #BC87AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 37.98%
G = 27.27%
B = 34.75%

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

#BC87AC (or 0xBC87AC) is known color: London Hue. HEX triplet: BC, 87 and AC. RGB value is (188,135,172). Sum of RGB (Red+Green+Blue) = 188+135+172=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87AC is #437853. Grayscale: #9A9A9A. Windows color (decimal): -4421716 or 11306940. OLE color: 11306940.

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

Color convert

RGB 188 135 172 -
CMYK 0 0.28 0.09 0.26
HSL 318.11º 0.28% 0.63% -
HSV(B) 318.11º 0.28% 0.74% -
XYZ 36.85 31 43.07 -
YUV 155.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 188 135 172 0 0.28 0.09 0.26 318.11 0.28 0.63
Hex BC 87 AC 0 1C 9 1A 13E 1C 3F
Octal 274 207 254 0 34 11 32 476 34 77
Binary 10111100 10000111 10101100 0 11100 1001 11010 100111110 11100 111111

Color Harmonies of #BC87AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87AC

Black with #BC87AC

Text Example


Text Example

White with #BC87AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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