#B98FC9

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

Shades of East Side #B98FC9

Tints of East Side #B98FC9

Color information

#B98FC9 (or 0xB98FC9) is unknown color: approx East Side. HEX triplet: B9, 8F and C9. RGB value is (185,143,201). Sum of RGB (Red+Green+Blue) = 185+143+201=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #B98FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FC9 is #467036. Grayscale: #A1A1A1. Windows color (decimal): -4616247 or 13209529. OLE color: 13209529.

HSL color Cylindrical-coordinate representation of color #B98FC9: hue angle of 283.45º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98FC9 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185143201-
CMYK0.080.2900.21
HSL283.45º34.94%67.45%-
HSV(B)283.45º28.86%78.82%-
XYZ40.3734.1859.73-
YUV162.17149.91144.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=34.97%
G=27.03%
B=38.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851432010.080.2900.21283.4534.9467.45
HexB98FC981D01511b2343
Octal271217311103502543343103
Binary1011100110001111110010011000111010101011000110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FC9; }

 p { color: rgb(185,143,201); }

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

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

 a { background-color: rgb(185,143,201); }

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

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

 span { border-color: rgb(185,143,201); }

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