#BC80CA

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

Shades of East Side #BC80CA

Tints of East Side #BC80CA

Color information

#BC80CA (or 0xBC80CA) is unknown color: approx East Side. HEX triplet: BC, 80 and CA. RGB value is (188,128,202). Sum of RGB (Red+Green+Blue) = 188+128+202=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80CA is #437F35. Grayscale: #9A9A9A. Windows color (decimal): -4423478 or 13271228. OLE color: 13271228.

HSL color Cylindrical-coordinate representation of color #BC80CA: hue angle of 288.65º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC80CA is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188128202-
CMYK0.070.3700.21
HSL288.65º41.11%64.71%-
HSV(B)288.65º36.63%79.22%-
XYZ39.1230.3959.68-
YUV154.38154.88151.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=36.29%
G=24.71%
B=39.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881282020.070.3700.21288.6541.1164.71
HexBC80CA7250151212941
Octal27420031274502544151101
Binary1011110010000000110010101111001010101011001000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80CA; }

 p { color: rgb(188,128,202); }

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

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

 a { background-color: rgb(188,128,202); }

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

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

 span { border-color: rgb(188,128,202); }

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