#B98BC6

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

Shades of East Side #B98BC6

Tints of East Side #B98BC6

Color information

#B98BC6 (or 0xB98BC6) is unknown color: approx East Side. HEX triplet: B9, 8B and C6. RGB value is (185,139,198). Sum of RGB (Red+Green+Blue) = 185+139+198=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #B98BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BC6 is #467439. Grayscale: #9F9F9F. Windows color (decimal): -4617274 or 13011897. OLE color: 13011897.

HSL color Cylindrical-coordinate representation of color #B98BC6: hue angle of 286.78º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98BC6 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185139198-
CMYK0.070.3000.22
HSL286.78º34.1%66.08%-
HSV(B)286.78º29.8%77.65%-
XYZ39.4332.8657.69-
YUV159.48149.74146.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=35.44%
G=26.63%
B=37.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851391980.070.3000.22286.7834.166.08
HexB98BC671E01611f2242
Octal27121330673602643742102
Binary101110011000101111000110111111100101101000111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BC6; }

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

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

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

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

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

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

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

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