#B98DC6

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

Shades of East Side #B98DC6

Tints of East Side #B98DC6

Color information

#B98DC6 (or 0xB98DC6) is unknown color: approx East Side. HEX triplet: B9, 8D and C6. RGB value is (185,141,198). Sum of RGB (Red+Green+Blue) = 185+141+198=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #B98DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DC6 is #467239. Grayscale: #A0A0A0. Windows color (decimal): -4616762 or 13012409. OLE color: 13012409.

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

Color convert

RGB185141198-
CMYK0.070.2900.22
HSL286.32º33.33%66.47%-
HSV(B)286.32º28.79%77.65%-
XYZ39.7333.4457.79-
YUV160.65149.08145.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=35.31%
G=26.91%
B=37.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851411980.070.2900.22286.3233.3366.47
HexB98DC671D01611e2142
Octal27121530673502643641102
Binary101110011000110111000110111111010101101000111101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DC6; }

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

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

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

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

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

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

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

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