#B984BE

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

Shades of East Side #B984BE

Tints of East Side #B984BE

Color information

#B984BE (or 0xB984BE) is unknown color: approx East Side. HEX triplet: B9, 84 and BE. RGB value is (185,132,190). Sum of RGB (Red+Green+Blue) = 185+132+190=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #B984BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984BE is #467B41. Grayscale: #9A9A9A. Windows color (decimal): -4619074 or 12485817. OLE color: 12485817.

HSL color Cylindrical-coordinate representation of color #B984BE: hue angle of 294.83º degrees, saturation: 0.31, 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 #B984BE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185132190-
CMYK0.030.3100.25
HSL294.83º30.85%63.14%-
HSV(B)294.83º30.53%74.51%-
XYZ37.5530.5352.63-
YUV154.46148.06149.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=36.49%
G=26.04%
B=37.48%

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
Decimal1851321900.030.3100.25294.8330.8563.14
HexB984BE31F0191271f3f
Octal2712042763370314473777
Binary101110011000010010111110111111101100110010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984BE; }

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

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

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

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

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

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

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

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