Html Css Color HEX #BC86BC London Hue

📋 copy color: '#BC86BC'

red 188 ◦ green 134 ◦ blue 188

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

Shades of London Hue #BC86BC

Tints of London Hue #BC86BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 36.86%
G = 26.27%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC86BC (or 0xBC86BC) is known color: London Hue. HEX triplet: BC, 86 and BC. RGB value is (188,134,188). Sum of RGB (Red+Green+Blue) = 188+134+188=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86BC is #437943. Grayscale: #9C9C9C. Windows color (decimal): -4421956 or 12355260. OLE color: 12355260.

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

Color convert

RGB 188 134 188 -
CMYK 0 0.29 0 0.26
HSL 300º 0.29% 0.63% -
HSV(B) 300º 0.29% 0.74% -
XYZ 38.34 31.37 51.61 -
YUV 156.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 188 134 188 0 0.29 0 0.26 300 0.29 0.63
Hex BC 86 BC 0 1D 0 1A 12C 1D 3F
Octal 274 206 274 0 35 0 32 454 35 77
Binary 10111100 10000110 10111100 0 11101 0 11010 100101100 11101 111111

Color Harmonies of #BC86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86BC

Black with #BC86BC

Text Example


Text Example

White with #BC86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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