#B98BC9

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

Shades of East Side #B98BC9

Tints of East Side #B98BC9

Color information

#B98BC9 (or 0xB98BC9) is unknown color: approx East Side. HEX triplet: B9, 8B and C9. RGB value is (185,139,201). Sum of RGB (Red+Green+Blue) = 185+139+201=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #B98BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BC9 is #467436. Grayscale: #9F9F9F. Windows color (decimal): -4617271 or 13208505. OLE color: 13208505.

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

Color convert

RGB185139201-
CMYK0.080.3100.21
HSL284.52º36.47%66.67%-
HSV(B)284.52º30.85%78.82%-
XYZ39.783359.53-
YUV159.82151.24145.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=35.24%
G=26.48%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851392010.080.3100.21284.5236.4766.67
HexB98BC981F01511d2443
Octal271213311103702543544103
Binary1011100110001011110010011000111110101011000111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BC9; }

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

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

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

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

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

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

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

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