#B984C9

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

Shades of East Side #B984C9

Tints of East Side #B984C9

Color information

#B984C9 (or 0xB984C9) is unknown color: approx East Side. HEX triplet: B9, 84 and C9. RGB value is (185,132,201). Sum of RGB (Red+Green+Blue) = 185+132+201=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #B984C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984C9 is #467B36. Grayscale: #9B9B9B. Windows color (decimal): -4619063 or 13206713. OLE color: 13206713.

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

Color convert

RGB185132201-
CMYK0.080.3400.21
HSL286.09º38.98%65.29%-
HSV(B)286.09º34.33%78.82%-
XYZ38.831.0359.2-
YUV155.71153.56148.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=35.71%
G=25.48%
B=38.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851322010.080.3400.21286.0938.9865.29
HexB984C982201511e2741
Octal271204311104202543647101
Binary10111001100001001100100110001000100101011000111101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984C9; }

 p { color: rgb(185,132,201); }

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

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

 a { background-color: rgb(185,132,201); }

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

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

 span { border-color: rgb(185,132,201); }

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