#BC8DCE

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

Shades of East Side #BC8DCE

Tints of East Side #BC8DCE

Color information

#BC8DCE (or 0xBC8DCE) is unknown color: approx East Side. HEX triplet: BC, 8D and CE. RGB value is (188,141,206). Sum of RGB (Red+Green+Blue) = 188+141+206=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DCE is #437231. Grayscale: #A2A2A2. Windows color (decimal): -4420146 or 13536700. OLE color: 13536700.

HSL color Cylindrical-coordinate representation of color #BC8DCE: hue angle of 283.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8DCE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188141206-
CMYK0.090.3200.19
HSL283.38º39.88%68.04%-
HSV(B)283.38º31.55%80.78%-
XYZ41.434.262.81-
YUV162.46152.57146.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=35.14%
G=26.36%
B=38.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881412060.090.3200.19283.3839.8868.04
HexBC8DCE92001311b2844
Octal274215316114002343350104
Binary10111100100011011100111010011000000100111000110111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DCE; }

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

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

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

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

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

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

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

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