Shades of East Side #B98CCF
Tints of East Side #B98CCF
RGB
CMYK
RGB Variations
Color information
#B98CCF (or 0xB98CCF) is known color: East Side. HEX triplet: B9, 8C and CF. RGB value is (185,140,207). Sum of RGB (Red+Green+Blue) = 185+140+207=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #B98CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CCF is #467330. Grayscale: #A0A0A0. Windows color (decimal): -4617009 or 13601977. OLE color: 13601977.
HSL color Cylindrical-coordinate representation of color #B98CCF: hue angle of 280.3º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B98CCF is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 140 | 207 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.19 |
| HSL | 280.3º | 0.41% | 0.68% | - |
| HSV(B) | 280.3º | 0.32% | 0.81% | - |
| XYZ | 40.65 | 33.58 | 63.37 | - |
| YUV | 161.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 207 | 0.11 | 0.32 | 0 | 0.19 | 280.3 | 0.41 | 0.68 |
| Hex | B9 | 8C | CF | B | 20 | 0 | 13 | 118 | 29 | 44 |
| Octal | 271 | 214 | 317 | 13 | 40 | 0 | 23 | 430 | 51 | 104 |
| Binary | 10111001 | 10001100 | 11001111 | 1011 | 100000 | 0 | 10011 | 100011000 | 101001 | 1000100 |
Color Harmonies of #B98CCF
Complementary color
Monochromatic Colors of #B98CCF
Black with #B98CCF
Text Example
Text Example
White with #B98CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98CCF; }
p { color: rgb(185,140,207); }
H1.HeaderClassName
{
color: #B98CCF;
}
.AnyTagClassName
{
color: #B98CCF;
}
</style>
background-color css
<style>
a { background-color: #B98CCF; }
a { background-color: rgb(185,140,207); }
div.DivClassName
{
background-color: #B98CCF;
}
.BgClassName
{
background-color: #B98CCF;
}
</style>
border-color css
<style>
span { border-color: #B98CCF; }
span { border-color: rgb(185,140,207); }
td.TdClassName
{
border-color: #B98CCF;
}
.TagClassName
{
border-color: #B98CCF;
}
</style>