#BC8BCC

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

Shades of East Side #BC8BCC

Tints of East Side #BC8BCC

Color information

#BC8BCC (or 0xBC8BCC) is unknown color: approx East Side. HEX triplet: BC, 8B and CC. RGB value is (188,139,204). Sum of RGB (Red+Green+Blue) = 188+139+204=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BCC is #437433. Grayscale: #A0A0A0. Windows color (decimal): -4420660 or 13405116. OLE color: 13405116.

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

Color convert

RGB188139204-
CMYK0.080.3200.2
HSL285.23º38.92%67.25%-
HSV(B)285.23º31.86%80%-
XYZ40.8733.5261.44-
YUV161.06152.23147.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=35.40%
G=26.18%
B=38.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881392040.080.3200.2285.2338.9267.25
HexBC8BCC82001411d2743
Octal274213314104002443547103
Binary10111100100010111100110010001000000101001000111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BCC; }

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

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

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

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

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

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

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

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