#B98DBE

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

Shades of East Side #B98DBE

Tints of East Side #B98DBE

Color information

#B98DBE (or 0xB98DBE) is unknown color: approx East Side. HEX triplet: B9, 8D and BE. RGB value is (185,141,190). Sum of RGB (Red+Green+Blue) = 185+141+190=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B98DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DBE is #467241. Grayscale: #9F9F9F. Windows color (decimal): -4616770 or 12488121. OLE color: 12488121.

HSL color Cylindrical-coordinate representation of color #B98DBE: hue angle of 293.88º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B98DBE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185141190-
CMYK0.030.2600.25
HSL293.88º27.37%64.9%-
HSV(B)293.88º25.79%74.51%-
XYZ38.8333.0853.05-
YUV159.74145.08146.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=35.85%
G=27.33%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851411900.030.2600.25293.8827.3764.9
HexB98DBE31A0191261b41
Octal27121527633203144633101
Binary1011100110001101101111101111010011001100100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DBE; }

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

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

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

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

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

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

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

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