#BC85CD

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

Shades of East Side #BC85CD

Tints of East Side #BC85CD

Color information

#BC85CD (or 0xBC85CD) is unknown color: approx East Side. HEX triplet: BC, 85 and CD. RGB value is (188,133,205). Sum of RGB (Red+Green+Blue) = 188+133+205=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85CD is #437A32. Grayscale: #9D9D9D. Windows color (decimal): -4422195 or 13469116. OLE color: 13469116.

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

Color convert

RGB188133205-
CMYK0.080.3500.20
HSL285.83º41.86%66.27%-
HSV(B)285.83º35.12%80.39%-
XYZ40.1531.8761.79-
YUV157.65154.72149.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=35.74%
G=25.29%
B=38.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881332050.080.3500.20285.8341.8666.27
HexBC85CD82301411e2a42
Octal274205315104302443652102
Binary10111100100001011100110110001000110101001000111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85CD; }

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

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

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

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

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

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

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

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