Shades of East Side #B890CF
Tints of East Side #B890CF
RGB
CMYK
RGB Variations
Color information
#B890CF (or 0xB890CF) is known color: East Side. HEX triplet: B8, 90 and CF. RGB value is (184,144,207). Sum of RGB (Red+Green+Blue) = 184+144+207=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #B890CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890CF is #476F30. Grayscale: #A2A2A2. Windows color (decimal): -4681521 or 13603000. OLE color: 13603000.
HSL color Cylindrical-coordinate representation of color #B890CF: hue angle of 278.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B890CF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 144 | 207 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.19 |
| HSL | 278.1º | 0.4% | 0.69% | - |
| HSV(B) | 278.1º | 0.3% | 0.81% | - |
| XYZ | 41 | 34.64 | 63.56 | - |
| YUV | 163.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 207 | 0.11 | 0.30 | 0 | 0.19 | 278.1 | 0.4 | 0.69 |
| Hex | B8 | 90 | CF | B | 1E | 0 | 13 | 116 | 28 | 45 |
| Octal | 270 | 220 | 317 | 13 | 36 | 0 | 23 | 426 | 50 | 105 |
| Binary | 10111000 | 10010000 | 11001111 | 1011 | 11110 | 0 | 10011 | 100010110 | 101000 | 1000101 |
Color Harmonies of #B890CF
Complementary color
Monochromatic Colors of #B890CF
Black with #B890CF
Text Example
Text Example
White with #B890CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890CF; }
p { color: rgb(184,144,207); }
H1.HeaderClassName
{
color: #B890CF;
}
.AnyTagClassName
{
color: #B890CF;
}
</style>
background-color css
<style>
a { background-color: #B890CF; }
a { background-color: rgb(184,144,207); }
div.DivClassName
{
background-color: #B890CF;
}
.BgClassName
{
background-color: #B890CF;
}
</style>
border-color css
<style>
span { border-color: #B890CF; }
span { border-color: rgb(184,144,207); }
td.TdClassName
{
border-color: #B890CF;
}
.TagClassName
{
border-color: #B890CF;
}
</style>