#B98DCA

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

Shades of East Side #B98DCA

Tints of East Side #B98DCA

Color information

#B98DCA (or 0xB98DCA) is unknown color: approx East Side. HEX triplet: B9, 8D and CA. RGB value is (185,141,202). Sum of RGB (Red+Green+Blue) = 185+141+202=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B98DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DCA is #467235. Grayscale: #A0A0A0. Windows color (decimal): -4616758 or 13274553. OLE color: 13274553.

HSL color Cylindrical-coordinate representation of color #B98DCA: hue angle of 283.28º degrees, saturation: 0.37, 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 #B98DCA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185141202-
CMYK0.080.3000.21
HSL283.28º36.53%67.25%-
HSV(B)283.28º30.2%79.22%-
XYZ40.1933.6360.25-
YUV161.11151.08145.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=35.04%
G=26.70%
B=38.26%

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
Decimal1851412020.080.3000.21283.2836.5367.25
HexB98DCA81E01511b2543
Octal271215312103602543345103
Binary1011100110001101110010101000111100101011000110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DCA; }

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

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

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

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

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

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

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

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