#BC7EBE

Color #BC7EBE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BC7EBE

Tints of London Hue #BC7EBE

Color information

#BC7EBE (or 0xBC7EBE) is unknown color: approx London Hue. HEX triplet: BC, 7E and BE. RGB value is (188,126,190). Sum of RGB (Red+Green+Blue) = 188+126+190=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EBE is #438141. Grayscale: #979797. Windows color (decimal): -4424002 or 12484284. OLE color: 12484284.

HSL color Cylindrical-coordinate representation of color #BC7EBE: hue angle of 298.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7EBE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188126190-
CMYK0.010.3400.25
HSL298.12º32.99%61.96%-
HSV(B)298.12º33.68%74.51%-
XYZ37.4929.3352.4-
YUV151.83149.54153.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 126 (49.61% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=37.30%
G=25%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881261900.010.3400.25298.1232.9961.96
HexBC7EBE12201912a213e
Octal2741762761420314524176
Binary101111001111110101111101100010011001100101010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EBE; }

 p { color: rgb(188,126,190); }

 H1.HeaderClassName
 {
   color: #BC7EBE;
 }
 .AnyTagClassName
 {
   color: #BC7EBE;
 }
</style>
background-color css

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

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

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

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

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

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