#B989C2

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

Shades of East Side #B989C2

Tints of East Side #B989C2

Color information

#B989C2 (or 0xB989C2) is unknown color: approx East Side. HEX triplet: B9, 89 and C2. RGB value is (185,137,194). Sum of RGB (Red+Green+Blue) = 185+137+194=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #B989C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989C2 is #46763D. Grayscale: #9D9D9D. Windows color (decimal): -4617790 or 12749241. OLE color: 12749241.

HSL color Cylindrical-coordinate representation of color #B989C2: hue angle of 290.53º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B989C2 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185137194-
CMYK0.050.2900.24
HSL290.53º31.84%64.9%-
HSV(B)290.53º29.38%76.08%-
XYZ38.6932.155.2-
YUV157.85148.4147.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 194 (76.17% from 255) = 37.60%
R=35.85%
G=26.55%
B=37.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851371940.050.2900.24290.5331.8464.9
HexB989C251D0181232041
Octal27121130253503044340101
Binary101110011000100111000010101111010110001001000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989C2; }

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

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

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

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

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

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

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

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