#BC8EB9

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

Shades of London Hue #BC8EB9

Tints of London Hue #BC8EB9

Color information

#BC8EB9 (or 0xBC8EB9) is unknown color: approx London Hue. HEX triplet: BC, 8E and B9. RGB value is (188,142,185). Sum of RGB (Red+Green+Blue) = 188+142+185=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EB9 is #437146. Grayscale: #A0A0A0. Windows color (decimal): -4419911 or 12160700. OLE color: 12160700.

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

Color convert

RGB188142185-
CMYK00.240.020.26
HSL303.91º25.56%64.71%-
HSV(B)303.91º24.47%73.73%-
XYZ39.1733.5450.31-
YUV160.66141.74147.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=36.50%
G=27.57%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814218500.240.020.26303.9125.5664.71
HexBC8EB901821A1301a41
Octal27421627103023246032101
Binary1011110010001110101110010110001011010100110000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EB9; }

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

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

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

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

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

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

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

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