Shades of East Side #B98CCC
Tints of East Side #B98CCC
RGB
CMYK
RGB Variations
Color information
#B98CCC (or 0xB98CCC) is known color: East Side. HEX triplet: B9, 8C and CC. RGB value is (185,140,204). Sum of RGB (Red+Green+Blue) = 185+140+204=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B98CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CCC is #467333. Grayscale: #A0A0A0. Windows color (decimal): -4617012 or 13405369. OLE color: 13405369.
HSL color Cylindrical-coordinate representation of color #B98CCC: hue angle of 282.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98CCC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 140 | 204 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.2 |
| HSL | 282.19º | 0.39% | 0.67% | - |
| HSV(B) | 282.19º | 0.31% | 0.8% | - |
| XYZ | 40.28 | 33.43 | 61.46 | - |
| YUV | 160.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 204 | 0.09 | 0.31 | 0 | 0.2 | 282.19 | 0.39 | 0.67 |
| Hex | B9 | 8C | CC | 9 | 1F | 0 | 14 | 11A | 27 | 43 |
| Octal | 271 | 214 | 314 | 11 | 37 | 0 | 24 | 432 | 47 | 103 |
| Binary | 10111001 | 10001100 | 11001100 | 1001 | 11111 | 0 | 10100 | 100011010 | 100111 | 1000011 |
Color Harmonies of #B98CCC
Complementary color
Monochromatic Colors of #B98CCC
Black with #B98CCC
Text Example
Text Example
White with #B98CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98CCC; }
p { color: rgb(185,140,204); }
H1.HeaderClassName
{
color: #B98CCC;
}
.AnyTagClassName
{
color: #B98CCC;
}
</style>
background-color css
<style>
a { background-color: #B98CCC; }
a { background-color: rgb(185,140,204); }
div.DivClassName
{
background-color: #B98CCC;
}
.BgClassName
{
background-color: #B98CCC;
}
</style>
border-color css
<style>
span { border-color: #B98CCC; }
span { border-color: rgb(185,140,204); }
td.TdClassName
{
border-color: #B98CCC;
}
.TagClassName
{
border-color: #B98CCC;
}
</style>