#B98DC9

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

Shades of East Side #B98DC9

Tints of East Side #B98DC9

Color information

#B98DC9 (or 0xB98DC9) is unknown color: approx East Side. HEX triplet: B9, 8D and C9. RGB value is (185,141,201). Sum of RGB (Red+Green+Blue) = 185+141+201=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #B98DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DC9 is #467236. Grayscale: #A0A0A0. Windows color (decimal): -4616759 or 13209017. OLE color: 13209017.

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

Color convert

RGB185141201-
CMYK0.080.3000.21
HSL284º35.71%67.06%-
HSV(B)284º29.85%78.82%-
XYZ40.0833.5859.63-
YUV161150.58145.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=35.10%
G=26.76%
B=38.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851412010.080.3000.2128435.7167.06
HexB98DC981E01511c2443
Octal271215311103602543444103
Binary1011100110001101110010011000111100101011000111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DC9; }

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

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

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

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

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

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

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

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