Shades of East Side #B990C1
Tints of East Side #B990C1
RGB
CMYK
RGB Variations
Color information
#B990C1 (or 0xB990C1) is known color: East Side. HEX triplet: B9, 90 and C1. RGB value is (185,144,193). Sum of RGB (Red+Green+Blue) = 185+144+193=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #B990C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C1 is #466F3E. Grayscale: #A1A1A1. Windows color (decimal): -4615999 or 12685497. OLE color: 12685497.
HSL color Cylindrical-coordinate representation of color #B990C1: hue angle of 290.2º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B990C1 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 144 | 193 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.24 |
| HSL | 290.2º | 0.28% | 0.66% | - |
| HSV(B) | 290.2º | 0.25% | 0.76% | - |
| XYZ | 39.61 | 34.11 | 54.95 | - |
| YUV | 161.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 193 | 0.04 | 0.25 | 0 | 0.24 | 290.2 | 0.28 | 0.66 |
| Hex | B9 | 90 | C1 | 4 | 19 | 0 | 18 | 122 | 1C | 42 |
| Octal | 271 | 220 | 301 | 4 | 31 | 0 | 30 | 442 | 34 | 102 |
| Binary | 10111001 | 10010000 | 11000001 | 100 | 11001 | 0 | 11000 | 100100010 | 11100 | 1000010 |
Color Harmonies of #B990C1
Complementary color
Monochromatic Colors of #B990C1
Black with #B990C1
Text Example
Text Example
White with #B990C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990C1; }
p { color: rgb(185,144,193); }
H1.HeaderClassName
{
color: #B990C1;
}
.AnyTagClassName
{
color: #B990C1;
}
</style>
background-color css
<style>
a { background-color: #B990C1; }
a { background-color: rgb(185,144,193); }
div.DivClassName
{
background-color: #B990C1;
}
.BgClassName
{
background-color: #B990C1;
}
</style>
border-color css
<style>
span { border-color: #B990C1; }
span { border-color: rgb(185,144,193); }
td.TdClassName
{
border-color: #B990C1;
}
.TagClassName
{
border-color: #B990C1;
}
</style>