#B98AC6

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

Shades of East Side #B98AC6

Tints of East Side #B98AC6

Color information

#B98AC6 (or 0xB98AC6) is unknown color: approx East Side. HEX triplet: B9, 8A and C6. RGB value is (185,138,198). Sum of RGB (Red+Green+Blue) = 185+138+198=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #B98AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98AC6 is #467539. Grayscale: #9E9E9E. Windows color (decimal): -4617530 or 13011641. OLE color: 13011641.

HSL color Cylindrical-coordinate representation of color #B98AC6: hue angle of 287º 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 #B98AC6 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185138198-
CMYK0.070.3000.22
HSL287º34.48%65.88%-
HSV(B)287º30.3%77.65%-
XYZ39.2932.5757.64-
YUV158.89150.07146.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=35.51%
G=26.49%
B=38.00%

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
Decimal1851381980.070.3000.2228734.4865.88
HexB98AC671E01611f2242
Octal27121230673602643742102
Binary101110011000101011000110111111100101101000111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AC6; }

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

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

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

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

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

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

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

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