#BC8DCA

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

Shades of East Side #BC8DCA

Tints of East Side #BC8DCA

Color information

#BC8DCA (or 0xBC8DCA) is unknown color: approx East Side. HEX triplet: BC, 8D and CA. RGB value is (188,141,202). Sum of RGB (Red+Green+Blue) = 188+141+202=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC8DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DCA is #437235. Grayscale: #A1A1A1. Windows color (decimal): -4420150 or 13274556. OLE color: 13274556.

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

Color convert

RGB188141202-
CMYK0.070.3000.21
HSL286.23º36.53%67.25%-
HSV(B)286.23º30.2%79.22%-
XYZ40.9234.0160.28-
YUV162.01150.57146.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=35.40%
G=26.55%
B=38.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881412020.070.3000.21286.2336.5367.25
HexBC8DCA71E01511e2543
Octal27421531273602543645103
Binary101111001000110111001010111111100101011000111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DCA; }

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

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

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

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

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

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

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

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