#B989D3

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

Shades of East Side #B989D3

Tints of East Side #B989D3

Color information

#B989D3 (or 0xB989D3) is unknown color: approx East Side. HEX triplet: B9, 89 and D3. RGB value is (185,137,211). Sum of RGB (Red+Green+Blue) = 185+137+211=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #B989D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989D3 is #46762C. Grayscale: #9F9F9F. Windows color (decimal): -4617773 or 13863353. OLE color: 13863353.

HSL color Cylindrical-coordinate representation of color #B989D3: hue angle of 278.92º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B989D3 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185137211-
CMYK0.120.3500.17
HSL278.92º45.68%68.24%-
HSV(B)278.92º35.07%82.75%-
XYZ40.7132.9165.83-
YUV159.79156.9145.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=34.71%
G=25.70%
B=39.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851372110.120.3500.17278.9245.6868.24
HexB989D3C230111172e44
Octal271211323144302142756104
Binary10111001100010011101001111001000110100011000101111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989D3; }

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

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

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

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

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

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

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

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