#B989BE

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

Shades of East Side #B989BE

Tints of East Side #B989BE

Color information

#B989BE (or 0xB989BE) is unknown color: approx East Side. HEX triplet: B9, 89 and BE. RGB value is (185,137,190). Sum of RGB (Red+Green+Blue) = 185+137+190=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #B989BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989BE is #467641. Grayscale: #9D9D9D. Windows color (decimal): -4617794 or 12487097. OLE color: 12487097.

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

Color convert

RGB185137190-
CMYK0.030.2800.25
HSL294.34º28.96%64.12%-
HSV(B)294.34º27.89%74.51%-
XYZ38.2531.9252.86-
YUV157.39146.4147.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=36.13%
G=26.76%
B=37.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851371900.030.2800.25294.3428.9664.12
HexB989BE31C0191261d40
Octal27121127633403144635100
Binary1011100110001001101111101111100011001100100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989BE; }

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

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

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

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

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

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

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

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