#BC89CC

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

Shades of East Side #BC89CC

Tints of East Side #BC89CC

Color information

#BC89CC (or 0xBC89CC) is unknown color: approx East Side. HEX triplet: BC, 89 and CC. RGB value is (188,137,204). Sum of RGB (Red+Green+Blue) = 188+137+204=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89CC is #437633. Grayscale: #9F9F9F. Windows color (decimal): -4421172 or 13404604. OLE color: 13404604.

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

Color convert

RGB188137204-
CMYK0.080.3300.2
HSL285.67º39.64%66.86%-
HSV(B)285.67º32.84%80%-
XYZ40.5832.9461.35-
YUV159.89152.9148.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=35.54%
G=25.90%
B=38.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881372040.080.3300.2285.6739.6466.86
HexBC89CC82101411e2843
Octal274211314104102443650103
Binary10111100100010011100110010001000010101001000111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89CC; }

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

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

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

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

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

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

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

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