Html Css Color HEX #BC86BD London Hue

📋 copy color: '#BC86BD'

red 188 ◦ green 134 ◦ blue 189

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

Shades of London Hue #BC86BD

Tints of London Hue #BC86BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.22%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 36.79%
G = 26.22%
B = 36.99%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC86BD (or 0xBC86BD) is known color: London Hue. HEX triplet: BC, 86 and BD. RGB value is (188,134,189). Sum of RGB (Red+Green+Blue) = 188+134+189=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86BD is #437942. Grayscale: #9C9C9C. Windows color (decimal): -4421955 or 12420796. OLE color: 12420796.

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

Color convert

RGB 188 134 189 -
CMYK 0.01 0.29 0 0.26
HSL 298.91º 0.29% 0.63% -
HSV(B) 298.91º 0.29% 0.74% -
XYZ 38.45 31.42 52.18 -
YUV 156.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 188 134 189 0.01 0.29 0 0.26 298.91 0.29 0.63
Hex BC 86 BD 1 1D 0 1A 12B 1D 3F
Octal 274 206 275 1 35 0 32 453 35 77
Binary 10111100 10000110 10111101 1 11101 0 11010 100101011 11101 111111

Color Harmonies of #BC86BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86BD

Black with #BC86BD

Text Example


Text Example

White with #BC86BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86BD; }

 p { color: rgb(188,134,189); }

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

background-color css

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

 a { background-color: rgb(188,134,189); }

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

border-color css

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

 span { border-color: rgb(188,134,189); }

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