#B98EC1

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

Shades of East Side #B98EC1

Tints of East Side #B98EC1

Color information

#B98EC1 (or 0xB98EC1) is unknown color: approx East Side. HEX triplet: B9, 8E and C1. RGB value is (185,142,193). Sum of RGB (Red+Green+Blue) = 185+142+193=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B98EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EC1 is #46713E. Grayscale: #A0A0A0. Windows color (decimal): -4616511 or 12684985. OLE color: 12684985.

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

Color convert

RGB185142193-
CMYK0.040.2600.24
HSL290.59º29.14%65.69%-
HSV(B)290.59º26.42%75.69%-
XYZ39.3133.5154.85-
YUV160.67146.25145.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=35.58%
G=27.31%
B=37.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851421930.040.2600.24290.5929.1465.69
HexB98EC141A0181231d42
Octal27121630143203044335102
Binary10111001100011101100000110011010011000100100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EC1; }

 p { color: rgb(185,142,193); }

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

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

 a { background-color: rgb(185,142,193); }

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

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

 span { border-color: rgb(185,142,193); }

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