#BC8CC9

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

Shades of East Side #BC8CC9

Tints of East Side #BC8CC9

Color information

#BC8CC9 (or 0xBC8CC9) is unknown color: approx East Side. HEX triplet: BC, 8C and C9. RGB value is (188,140,201). Sum of RGB (Red+Green+Blue) = 188+140+201=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC8CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CC9 is #437336. Grayscale: #A1A1A1. Windows color (decimal): -4420407 or 13208764. OLE color: 13208764.

HSL color Cylindrical-coordinate representation of color #BC8CC9: hue angle of 287.21º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8CC9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188140201-
CMYK0.060.3000.21
HSL287.21º36.09%66.86%-
HSV(B)287.21º30.35%78.82%-
XYZ40.6633.6659.61-
YUV161.31150.4147.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=35.54%
G=26.47%
B=38.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881402010.060.3000.21287.2136.0966.86
HexBC8CC961E01511f2443
Octal27421431163602543744103
Binary101111001000110011001001110111100101011000111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CC9; }

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

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

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

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

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

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

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

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