#BC8CCC

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

Shades of East Side #BC8CCC

Tints of East Side #BC8CCC

Color information

#BC8CCC (or 0xBC8CCC) is unknown color: approx East Side. HEX triplet: BC, 8C and CC. RGB value is (188,140,204). Sum of RGB (Red+Green+Blue) = 188+140+204=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CCC is #437333. Grayscale: #A1A1A1. Windows color (decimal): -4420404 or 13405372. OLE color: 13405372.

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

Color convert

RGB188140204-
CMYK0.080.3100.2
HSL285º38.55%67.45%-
HSV(B)285º31.37%80%-
XYZ41.0233.8161.49-
YUV161.65151.9146.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=35.34%
G=26.32%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881402040.080.3100.228538.5567.45
HexBC8CCC81F01411d2743
Octal274214314103702443547103
Binary1011110010001100110011001000111110101001000111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CCC; }

 p { color: rgb(188,140,204); }

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

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

 a { background-color: rgb(188,140,204); }

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

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

 span { border-color: rgb(188,140,204); }

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