#BC8EC9

Color #BC8EC9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BC8EC9

Tints of East Side #BC8EC9

Color information

#BC8EC9 (or 0xBC8EC9) is unknown color: approx East Side. HEX triplet: BC, 8E and C9. RGB value is (188,142,201). Sum of RGB (Red+Green+Blue) = 188+142+201=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC8EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EC9 is #437136. Grayscale: #A2A2A2. Windows color (decimal): -4419895 or 13209276. OLE color: 13209276.

HSL color Cylindrical-coordinate representation of color #BC8EC9: hue angle of 286.78º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8EC9 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188142201-
CMYK0.060.2900.21
HSL286.78º35.33%67.25%-
HSV(B)286.78º29.35%78.82%-
XYZ40.9534.2559.71-
YUV162.48149.74146.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=35.40%
G=26.74%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881422010.060.2900.21286.7835.3367.25
HexBC8EC961D01511f2343
Octal27421631163502543743103
Binary101111001000111011001001110111010101011000111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EC9; }

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

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

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

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

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

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

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

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