#B98ECE

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

Shades of East Side #B98ECE

Tints of East Side #B98ECE

Color information

#B98ECE (or 0xB98ECE) is unknown color: approx East Side. HEX triplet: B9, 8E and CE. RGB value is (185,142,206). Sum of RGB (Red+Green+Blue) = 185+142+206=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #B98ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ECE is #467131. Grayscale: #A1A1A1. Windows color (decimal): -4616498 or 13536953. OLE color: 13536953.

HSL color Cylindrical-coordinate representation of color #B98ECE: hue angle of 280.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98ECE is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185142206-
CMYK0.100.3100.19
HSL280.31º39.51%68.24%-
HSV(B)280.31º31.07%80.78%-
XYZ40.8234.1262.83-
YUV162.15152.75144.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=34.71%
G=26.64%
B=38.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851422060.100.3100.19280.3139.5168.24
HexB98ECEA1F0131182844
Octal271216316123702343050104
Binary1011100110001110110011101010111110100111000110001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98ECE; }

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

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

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

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

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

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

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

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