#BC89C9

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

Shades of East Side #BC89C9

Tints of East Side #BC89C9

Color information

#BC89C9 (or 0xBC89C9) is unknown color: approx East Side. HEX triplet: BC, 89 and C9. RGB value is (188,137,201). Sum of RGB (Red+Green+Blue) = 188+137+201=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC89C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89C9 is #437636. Grayscale: #9F9F9F. Windows color (decimal): -4421175 or 13207996. OLE color: 13207996.

HSL color Cylindrical-coordinate representation of color #BC89C9: hue angle of 287.81º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC89C9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188137201-
CMYK0.060.3200.21
HSL287.81º37.21%66.27%-
HSV(B)287.81º31.84%78.82%-
XYZ40.2332.859.47-
YUV159.55151.4148.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=35.74%
G=26.05%
B=38.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881372010.060.3200.21287.8137.2166.27
HexBC89C96200151202542
Octal27421131164002544045102
Binary1011110010001001110010011101000000101011001000001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89C9; }

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

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

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

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

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

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

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

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