#B98ABE

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

Shades of East Side #B98ABE

Tints of East Side #B98ABE

Color information

#B98ABE (or 0xB98ABE) is unknown color: approx East Side. HEX triplet: B9, 8A and BE. RGB value is (185,138,190). Sum of RGB (Red+Green+Blue) = 185+138+190=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #B98ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ABE is #467541. Grayscale: #9D9D9D. Windows color (decimal): -4617538 or 12487353. OLE color: 12487353.

HSL color Cylindrical-coordinate representation of color #B98ABE: hue angle of 294.23º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B98ABE is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185138190-
CMYK0.030.2700.25
HSL294.23º28.57%64.31%-
HSV(B)294.23º27.37%74.51%-
XYZ38.3932.2152.91-
YUV157.98146.07147.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=36.06%
G=26.90%
B=37.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851381900.030.2700.25294.2328.5764.31
HexB98ABE31B0191261d40
Octal27121227633303144635100
Binary1011100110001010101111101111011011001100100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98ABE; }

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

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

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

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

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

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

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

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