#B984BF

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

Shades of East Side #B984BF

Tints of East Side #B984BF

Color information

#B984BF (or 0xB984BF) is unknown color: approx East Side. HEX triplet: B9, 84 and BF. RGB value is (185,132,191). Sum of RGB (Red+Green+Blue) = 185+132+191=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #B984BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984BF is #467B40. Grayscale: #9A9A9A. Windows color (decimal): -4619073 or 12551353. OLE color: 12551353.

HSL color Cylindrical-coordinate representation of color #B984BF: hue angle of 293.9º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B984BF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185132191-
CMYK0.030.3100.25
HSL293.9º31.55%63.33%-
HSV(B)293.9º30.89%74.9%-
XYZ37.6630.5853.21-
YUV154.57148.56149.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 132 (51.95% from 255) = 25.98%
BLUE value IS 191 (75% from 255) = 37.60%
R=36.42%
G=25.98%
B=37.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851321910.030.3100.25293.931.5563.33
HexB984BF31F019126203f
Octal2712042773370314464077
Binary1011100110000100101111111111111011001100100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984BF; }

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

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

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

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

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

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

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

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