Shades of East Side #B98CBE
Tints of East Side #B98CBE
RGB
CMYK
RGB Variations
Color information
#B98CBE (or 0xB98CBE) is known color: East Side. HEX triplet: B9, 8C and BE. RGB value is (185,140,190). Sum of RGB (Red+Green+Blue) = 185+140+190=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #B98CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CBE is #467341. Grayscale: #9F9F9F. Windows color (decimal): -4617026 or 12487865. OLE color: 12487865.
HSL color Cylindrical-coordinate representation of color #B98CBE: hue angle of 294º degrees, saturation: 0.28, 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 #B98CBE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 140 | 190 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.25 |
| HSL | 294º | 0.28% | 0.65% | - |
| HSV(B) | 294º | 0.26% | 0.75% | - |
| XYZ | 38.68 | 32.79 | 53.01 | - |
| YUV | 159.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 190 | 0.03 | 0.26 | 0 | 0.25 | 294 | 0.28 | 0.65 |
| Hex | B9 | 8C | BE | 3 | 1A | 0 | 19 | 126 | 1C | 41 |
| Octal | 271 | 214 | 276 | 3 | 32 | 0 | 31 | 446 | 34 | 101 |
| Binary | 10111001 | 10001100 | 10111110 | 11 | 11010 | 0 | 11001 | 100100110 | 11100 | 1000001 |
Color Harmonies of #B98CBE
Complementary color
Monochromatic Colors of #B98CBE
Black with #B98CBE
Text Example
Text Example
White with #B98CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98CBE; }
p { color: rgb(185,140,190); }
H1.HeaderClassName
{
color: #B98CBE;
}
.AnyTagClassName
{
color: #B98CBE;
}
</style>
background-color css
<style>
a { background-color: #B98CBE; }
a { background-color: rgb(185,140,190); }
div.DivClassName
{
background-color: #B98CBE;
}
.BgClassName
{
background-color: #B98CBE;
}
</style>
border-color css
<style>
span { border-color: #B98CBE; }
span { border-color: rgb(185,140,190); }
td.TdClassName
{
border-color: #B98CBE;
}
.TagClassName
{
border-color: #B98CBE;
}
</style>