#B98BBE

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

Shades of East Side #B98BBE

Tints of East Side #B98BBE

Color information

#B98BBE (or 0xB98BBE) is unknown color: approx East Side. HEX triplet: B9, 8B and BE. RGB value is (185,139,190). Sum of RGB (Red+Green+Blue) = 185+139+190=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #B98BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BBE is #467441. Grayscale: #9E9E9E. Windows color (decimal): -4617282 or 12487609. OLE color: 12487609.

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

Color convert

RGB185139190-
CMYK0.030.2700.25
HSL294.12º28.18%64.51%-
HSV(B)294.12º26.84%74.51%-
XYZ38.5332.552.96-
YUV158.57145.74146.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=35.99%
G=27.04%
B=36.96%

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
Decimal1851391900.030.2700.25294.1228.1864.51
HexB98BBE31B0191261c41
Octal27121327633303144634101
Binary1011100110001011101111101111011011001100100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BBE; }

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

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

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

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

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

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

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

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