#BC7EBB

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

Shades of London Hue #BC7EBB

Tints of London Hue #BC7EBB

Color information

#BC7EBB (or 0xBC7EBB) is unknown color: approx London Hue. HEX triplet: BC, 7E and BB. RGB value is (188,126,187). Sum of RGB (Red+Green+Blue) = 188+126+187=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EBB is #438144. Grayscale: #979797. Windows color (decimal): -4424005 or 12287676. OLE color: 12287676.

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

Color convert

RGB188126187-
CMYK00.330.010.26
HSL300.97º31.63%61.57%-
HSV(B)300.97º32.98%73.73%-
XYZ37.1729.250.69-
YUV151.49148.04154.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 126 (49.61% from 255) = 25.15%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=37.52%
G=25.15%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812618700.330.010.26300.9731.6361.57
HexBC7EBB02111A12d203e
Octal2741762730411324554076
Binary101111001111110101110110100001111010100101101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EBB; }

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

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

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

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

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

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

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

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