#B98BBF

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

Shades of East Side #B98BBF

Tints of East Side #B98BBF

Color information

#B98BBF (or 0xB98BBF) is unknown color: approx East Side. HEX triplet: B9, 8B and BF. RGB value is (185,139,191). Sum of RGB (Red+Green+Blue) = 185+139+191=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #B98BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BBF is #467440. Grayscale: #9E9E9E. Windows color (decimal): -4617281 or 12553145. OLE color: 12553145.

HSL color Cylindrical-coordinate representation of color #B98BBF: hue angle of 293.08º degrees, saturation: 0.29, 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 #B98BBF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185139191-
CMYK0.030.2700.25
HSL293.08º28.89%64.71%-
HSV(B)293.08º27.23%74.9%-
XYZ38.6432.5453.53-
YUV158.68146.24146.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 191 (75% from 255) = 37.09%
R=35.92%
G=26.99%
B=37.09%

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
Decimal1851391910.030.2700.25293.0828.8964.71
HexB98BBF31B0191251d41
Octal27121327733303144535101
Binary1011100110001011101111111111011011001100100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BBF; }

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

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

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

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

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

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

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

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