#BC8DCD

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

Shades of East Side #BC8DCD

Tints of East Side #BC8DCD

Color information

#BC8DCD (or 0xBC8DCD) is unknown color: approx East Side. HEX triplet: BC, 8D and CD. RGB value is (188,141,205). Sum of RGB (Red+Green+Blue) = 188+141+205=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DCD is #437232. Grayscale: #A2A2A2. Windows color (decimal): -4420147 or 13471164. OLE color: 13471164.

HSL color Cylindrical-coordinate representation of color #BC8DCD: hue angle of 284.06º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8DCD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188141205-
CMYK0.080.3100.20
HSL284.06º39.02%67.84%-
HSV(B)284.06º31.22%80.39%-
XYZ41.2834.1562.17-
YUV162.35152.07146.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=35.21%
G=26.40%
B=38.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881412050.080.3100.20284.0639.0267.84
HexBC8DCD81F01411c2744
Octal274215315103702443447104
Binary1011110010001101110011011000111110101001000111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DCD; }

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

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

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

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

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

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

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

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