#BC91C9

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

Shades of East Side #BC91C9

Tints of East Side #BC91C9

Color information

#BC91C9 (or 0xBC91C9) is unknown color: approx East Side. HEX triplet: BC, 91 and C9. RGB value is (188,145,201). Sum of RGB (Red+Green+Blue) = 188+145+201=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC91C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91C9 is #436E36. Grayscale: #A4A4A4. Windows color (decimal): -4419127 or 13210044. OLE color: 13210044.

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

Color convert

RGB188145201-
CMYK0.060.2800.21
HSL286.07º34.15%67.84%-
HSV(B)286.07º27.86%78.82%-
XYZ41.4135.1659.86-
YUV164.24148.75144.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=35.21%
G=27.15%
B=37.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881452010.060.2800.21286.0734.1567.84
HexBC91C961C01511e2244
Octal27422131163402543642104
Binary101111001001000111001001110111000101011000111101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91C9; }

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

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

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

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

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

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

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

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