#BC8EB0

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

Shades of London Hue #BC8EB0

Tints of London Hue #BC8EB0

Color information

#BC8EB0 (or 0xBC8EB0) is unknown color: approx London Hue. HEX triplet: BC, 8E and B0. RGB value is (188,142,176). Sum of RGB (Red+Green+Blue) = 188+142+176=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8EB0 is #43714F. Grayscale: #9F9F9F. Windows color (decimal): -4419920 or 11570876. OLE color: 11570876.

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

Color convert

RGB188142176-
CMYK00.240.060.26
HSL315.65º25.56%64.71%-
HSV(B)315.65º24.47%73.73%-
XYZ38.2533.1745.46-
YUV159.63137.24148.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=37.15%
G=28.06%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814217600.240.060.26315.6525.5664.71
HexBC8EB001861A13c1a41
Octal27421626003063247432101
Binary10111100100011101011000001100011011010100111100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EB0; }

 p { color: rgb(188,142,176); }

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

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

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

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

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

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

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