#B98BC4

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

Shades of East Side #B98BC4

Tints of East Side #B98BC4

Color information

#B98BC4 (or 0xB98BC4) is unknown color: approx East Side. HEX triplet: B9, 8B and C4. RGB value is (185,139,196). Sum of RGB (Red+Green+Blue) = 185+139+196=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #B98BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BC4 is #46743B. Grayscale: #9F9F9F. Windows color (decimal): -4617276 or 12880825. OLE color: 12880825.

HSL color Cylindrical-coordinate representation of color #B98BC4: hue angle of 288.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98BC4 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185139196-
CMYK0.060.2900.23
HSL288.42º32.57%65.69%-
HSV(B)288.42º29.08%76.86%-
XYZ39.232.7756.48-
YUV159.25148.74146.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=35.58%
G=26.73%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851391960.060.2900.23288.4232.5765.69
HexB98BC461D0171202142
Octal27121330463502744041102
Binary101110011000101111000100110111010101111001000001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BC4; }

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

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

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

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

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

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

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

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