#B98AC1

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

Shades of East Side #B98AC1

Tints of East Side #B98AC1

Color information

#B98AC1 (or 0xB98AC1) is unknown color: approx East Side. HEX triplet: B9, 8A and C1. RGB value is (185,138,193). Sum of RGB (Red+Green+Blue) = 185+138+193=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #B98AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98AC1 is #46753E. Grayscale: #9E9E9E. Windows color (decimal): -4617535 or 12683961. OLE color: 12683961.

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

Color convert

RGB185138193-
CMYK0.040.2800.24
HSL291.27º30.73%64.9%-
HSV(B)291.27º28.5%75.69%-
XYZ38.7232.3454.65-
YUV158.32147.57147.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=35.85%
G=26.74%
B=37.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851381930.040.2800.24291.2730.7364.9
HexB98AC141C0181231f41
Octal27121230143403044337101
Binary10111001100010101100000110011100011000100100011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AC1; }

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

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

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

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

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

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

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

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