Shades of East Side #B98CCD
Tints of East Side #B98CCD
RGB
CMYK
RGB Variations
Color information
#B98CCD (or 0xB98CCD) is known color: East Side. HEX triplet: B9, 8C and CD. RGB value is (185,140,205). Sum of RGB (Red+Green+Blue) = 185+140+205=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #B98CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CCD is #467332. Grayscale: #A0A0A0. Windows color (decimal): -4617011 or 13470905. OLE color: 13470905.
HSL color Cylindrical-coordinate representation of color #B98CCD: hue angle of 281.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B98CCD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 140 | 205 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.20 |
| HSL | 281.54º | 0.39% | 0.68% | - |
| HSV(B) | 281.54º | 0.32% | 0.8% | - |
| XYZ | 40.41 | 33.48 | 62.09 | - |
| YUV | 160.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 205 | 0.10 | 0.32 | 0 | 0.20 | 281.54 | 0.39 | 0.68 |
| Hex | B9 | 8C | CD | A | 20 | 0 | 14 | 11A | 27 | 44 |
| Octal | 271 | 214 | 315 | 12 | 40 | 0 | 24 | 432 | 47 | 104 |
| Binary | 10111001 | 10001100 | 11001101 | 1010 | 100000 | 0 | 10100 | 100011010 | 100111 | 1000100 |
Color Harmonies of #B98CCD
Complementary color
Monochromatic Colors of #B98CCD
Black with #B98CCD
Text Example
Text Example
White with #B98CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98CCD; }
p { color: rgb(185,140,205); }
H1.HeaderClassName
{
color: #B98CCD;
}
.AnyTagClassName
{
color: #B98CCD;
}
</style>
background-color css
<style>
a { background-color: #B98CCD; }
a { background-color: rgb(185,140,205); }
div.DivClassName
{
background-color: #B98CCD;
}
.BgClassName
{
background-color: #B98CCD;
}
</style>
border-color css
<style>
span { border-color: #B98CCD; }
span { border-color: rgb(185,140,205); }
td.TdClassName
{
border-color: #B98CCD;
}
.TagClassName
{
border-color: #B98CCD;
}
</style>