Shades of East Side #B98FCC
Tints of East Side #B98FCC
RGB
CMYK
RGB Variations
Color information
#B98FCC (or 0xB98FCC) is known color: East Side. HEX triplet: B9, 8F and CC. RGB value is (185,143,204). Sum of RGB (Red+Green+Blue) = 185+143+204=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #B98FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FCC is #467033. Grayscale: #A2A2A2. Windows color (decimal): -4616244 or 13406137. OLE color: 13406137.
HSL color Cylindrical-coordinate representation of color #B98FCC: hue angle of 281.31º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98FCC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 143 | 204 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.2 |
| HSL | 281.31º | 0.37% | 0.68% | - |
| HSV(B) | 281.31º | 0.3% | 0.8% | - |
| XYZ | 40.73 | 34.32 | 61.6 | - |
| YUV | 162.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 204 | 0.09 | 0.30 | 0 | 0.2 | 281.31 | 0.37 | 0.68 |
| Hex | B9 | 8F | CC | 9 | 1E | 0 | 14 | 119 | 25 | 44 |
| Octal | 271 | 217 | 314 | 11 | 36 | 0 | 24 | 431 | 45 | 104 |
| Binary | 10111001 | 10001111 | 11001100 | 1001 | 11110 | 0 | 10100 | 100011001 | 100101 | 1000100 |
Color Harmonies of #B98FCC
Complementary color
Monochromatic Colors of #B98FCC
Black with #B98FCC
Text Example
Text Example
White with #B98FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FCC; }
p { color: rgb(185,143,204); }
H1.HeaderClassName
{
color: #B98FCC;
}
.AnyTagClassName
{
color: #B98FCC;
}
</style>
background-color css
<style>
a { background-color: #B98FCC; }
a { background-color: rgb(185,143,204); }
div.DivClassName
{
background-color: #B98FCC;
}
.BgClassName
{
background-color: #B98FCC;
}
</style>
border-color css
<style>
span { border-color: #B98FCC; }
span { border-color: rgb(185,143,204); }
td.TdClassName
{
border-color: #B98FCC;
}
.TagClassName
{
border-color: #B98FCC;
}
</style>