#B98ABF

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

Shades of East Side #B98ABF

Tints of East Side #B98ABF

Color information

#B98ABF (or 0xB98ABF) is unknown color: approx East Side. HEX triplet: B9, 8A and BF. RGB value is (185,138,191). Sum of RGB (Red+Green+Blue) = 185+138+191=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #B98ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ABF is #467540. Grayscale: #9D9D9D. Windows color (decimal): -4617537 or 12552889. OLE color: 12552889.

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

Color convert

RGB185138191-
CMYK0.030.2800.25
HSL293.21º29.28%64.51%-
HSV(B)293.21º27.75%74.9%-
XYZ38.532.2553.49-
YUV158.1146.57147.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 191 (75% from 255) = 37.16%
R=35.99%
G=26.85%
B=37.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851381910.030.2800.25293.2129.2864.51
HexB98ABF31C0191251d41
Octal27121227733403144535101
Binary1011100110001010101111111111100011001100100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98ABF; }

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

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

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

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

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

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

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

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