#B98CD0

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

Shades of East Side #B98CD0

Tints of East Side #B98CD0

Color information

#B98CD0 (or 0xB98CD0) is unknown color: approx East Side. HEX triplet: B9, 8C and D0. RGB value is (185,140,208). Sum of RGB (Red+Green+Blue) = 185+140+208=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #B98CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CD0 is #46732F. Grayscale: #A0A0A0. Windows color (decimal): -4617008 or 13667513. OLE color: 13667513.

HSL color Cylindrical-coordinate representation of color #B98CD0: hue angle of 279.71º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B98CD0 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185140208-
CMYK0.110.3300.18
HSL279.71º41.98%68.24%-
HSV(B)279.71º32.69%81.57%-
XYZ40.7733.6264.02-
YUV161.21154.41144.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=34.71%
G=26.27%
B=39.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851402080.110.3300.18279.7141.9868.24
HexB98CD0B210121182a44
Octal271214320134102243052104
Binary10111001100011001101000010111000010100101000110001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CD0; }

 p { color: rgb(185,140,208); }

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

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

 a { background-color: rgb(185,140,208); }

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

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

 span { border-color: rgb(185,140,208); }

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