#B98BCD

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

Shades of East Side #B98BCD

Tints of East Side #B98BCD

Color information

#B98BCD (or 0xB98BCD) is unknown color: approx East Side. HEX triplet: B9, 8B and CD. RGB value is (185,139,205). Sum of RGB (Red+Green+Blue) = 185+139+205=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #B98BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BCD is #467432. Grayscale: #A0A0A0. Windows color (decimal): -4617267 or 13470649. OLE color: 13470649.

HSL color Cylindrical-coordinate representation of color #B98BCD: hue angle of 281.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B98BCD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185139205-
CMYK0.100.3200.20
HSL281.82º39.76%67.45%-
HSV(B)281.82º32.2%80.39%-
XYZ40.2633.1962.04-
YUV160.28153.24145.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=34.97%
G=26.28%
B=38.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851392050.100.3200.20281.8239.7667.45
HexB98BCDA2001411a2843
Octal271213315124002443250103
Binary10111001100010111100110110101000000101001000110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BCD; }

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

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

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

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

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

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

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

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