Html Css Color HEX #BC87BA London Hue

📋 copy color: '#BC87BA'

red 188 ◦ green 135 ◦ blue 186

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

Shades of London Hue #BC87BA

Tints of London Hue #BC87BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 36.94%
G = 26.52%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC87BA (or 0xBC87BA) is known color: London Hue. HEX triplet: BC, 87 and BA. RGB value is (188,135,186). Sum of RGB (Red+Green+Blue) = 188+135+186=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87BA is #437845. Grayscale: #9C9C9C. Windows color (decimal): -4421702 or 12224444. OLE color: 12224444.

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

Color convert

RGB 188 135 186 -
CMYK 0 0.28 0.01 0.26
HSL 302.26º 0.28% 0.63% -
HSV(B) 302.26º 0.28% 0.74% -
XYZ 38.27 31.56 50.53 -
YUV 156.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 188 135 186 0 0.28 0.01 0.26 302.26 0.28 0.63
Hex BC 87 BA 0 1C 1 1A 12E 1C 3F
Octal 274 207 272 0 34 1 32 456 34 77
Binary 10111100 10000111 10111010 0 11100 1 11010 100101110 11100 111111

Color Harmonies of #BC87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87BA

Black with #BC87BA

Text Example


Text Example

White with #BC87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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