#B989C6

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

Shades of East Side #B989C6

Tints of East Side #B989C6

Color information

#B989C6 (or 0xB989C6) is unknown color: approx East Side. HEX triplet: B9, 89 and C6. RGB value is (185,137,198). Sum of RGB (Red+Green+Blue) = 185+137+198=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #B989C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989C6 is #467639. Grayscale: #9E9E9E. Windows color (decimal): -4617786 or 13011385. OLE color: 13011385.

HSL color Cylindrical-coordinate representation of color #B989C6: hue angle of 287.21º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B989C6 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185137198-
CMYK0.070.3100.22
HSL287.21º34.86%65.69%-
HSV(B)287.21º30.81%77.65%-
XYZ39.1532.2857.59-
YUV158.31150.4147.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=35.58%
G=26.35%
B=38.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851371980.070.3100.22287.2134.8665.69
HexB989C671F01611f2342
Octal27121130673702643743102
Binary101110011000100111000110111111110101101000111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989C6; }

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

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

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

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

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

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

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

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