#BC94C9

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

Shades of East Side #BC94C9

Tints of East Side #BC94C9

Color information

#BC94C9 (or 0xBC94C9) is unknown color: approx East Side. HEX triplet: BC, 94 and C9. RGB value is (188,148,201). Sum of RGB (Red+Green+Blue) = 188+148+201=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC94C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94C9 is #436B36. Grayscale: #A5A5A5. Windows color (decimal): -4418359 or 13210812. OLE color: 13210812.

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

Color convert

RGB188148201-
CMYK0.060.2600.21
HSL285.28º32.92%68.43%-
HSV(B)285.28º26.37%78.82%-
XYZ41.8736.0960.02-
YUV166147.75143.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=35.01%
G=27.56%
B=37.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881482010.060.2600.21285.2832.9268.43
HexBC94C961A01511d2144
Octal27422431163202543541104
Binary101111001001010011001001110110100101011000111011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94C9; }

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

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

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

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

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

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

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

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