#B98EBE

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

Shades of East Side #B98EBE

Tints of East Side #B98EBE

Color information

#B98EBE (or 0xB98EBE) is unknown color: approx East Side. HEX triplet: B9, 8E and BE. RGB value is (185,142,190). Sum of RGB (Red+Green+Blue) = 185+142+190=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #B98EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EBE is #467141. Grayscale: #A0A0A0. Windows color (decimal): -4616514 or 12488377. OLE color: 12488377.

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

Color convert

RGB185142190-
CMYK0.030.2500.25
HSL293.75º26.97%65.1%-
HSV(B)293.75º25.26%74.51%-
XYZ38.9733.3853.1-
YUV160.33144.75145.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=35.78%
G=27.47%
B=36.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851421900.030.2500.25293.7526.9765.1
HexB98EBE3190191261b41
Octal27121627633103144633101
Binary1011100110001110101111101111001011001100100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EBE; }

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

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

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

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

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

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

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

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