#B98EC8

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

Shades of East Side #B98EC8

Tints of East Side #B98EC8

Color information

#B98EC8 (or 0xB98EC8) is unknown color: approx East Side. HEX triplet: B9, 8E and C8. RGB value is (185,142,200). Sum of RGB (Red+Green+Blue) = 185+142+200=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #B98EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EC8 is #467137. Grayscale: #A1A1A1. Windows color (decimal): -4616504 or 13143737. OLE color: 13143737.

HSL color Cylindrical-coordinate representation of color #B98EC8: hue angle of 284.48º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98EC8 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185142200-
CMYK0.080.2900.22
HSL284.48º34.52%67.06%-
HSV(B)284.48º29%78.43%-
XYZ40.1133.8359.06-
YUV161.47149.75144.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=35.10%
G=26.94%
B=37.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851422000.080.2900.22284.4834.5267.06
HexB98EC881D01611c2343
Octal271216310103502643443103
Binary1011100110001110110010001000111010101101000111001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EC8; }

 p { color: rgb(185,142,200); }

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

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

 a { background-color: rgb(185,142,200); }

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

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

 span { border-color: rgb(185,142,200); }

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