Shades of East Side #B990C3
Tints of East Side #B990C3
RGB
CMYK
RGB Variations
Color information
#B990C3 (or 0xB990C3) is known color: East Side. HEX triplet: B9, 90 and C3. RGB value is (185,144,195). Sum of RGB (Red+Green+Blue) = 185+144+195=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 195 - color contains mainly: blue. Hex color #B990C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C3 is #466F3C. Grayscale: #A1A1A1. Windows color (decimal): -4615997 or 12816569. OLE color: 12816569.
HSL color Cylindrical-coordinate representation of color #B990C3: hue angle of 288.24º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B990C3 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 144 | 195 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.24 |
| HSL | 288.24º | 0.3% | 0.66% | - |
| HSV(B) | 288.24º | 0.26% | 0.76% | - |
| XYZ | 39.83 | 34.2 | 56.13 | - |
| YUV | 162.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 195 | 0.05 | 0.26 | 0 | 0.24 | 288.24 | 0.3 | 0.66 |
| Hex | B9 | 90 | C3 | 5 | 1A | 0 | 18 | 120 | 1E | 42 |
| Octal | 271 | 220 | 303 | 5 | 32 | 0 | 30 | 440 | 36 | 102 |
| Binary | 10111001 | 10010000 | 11000011 | 101 | 11010 | 0 | 11000 | 100100000 | 11110 | 1000010 |
Color Harmonies of #B990C3
Complementary color
Monochromatic Colors of #B990C3
Black with #B990C3
Text Example
Text Example
White with #B990C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990C3; }
p { color: rgb(185,144,195); }
H1.HeaderClassName
{
color: #B990C3;
}
.AnyTagClassName
{
color: #B990C3;
}
</style>
background-color css
<style>
a { background-color: #B990C3; }
a { background-color: rgb(185,144,195); }
div.DivClassName
{
background-color: #B990C3;
}
.BgClassName
{
background-color: #B990C3;
}
</style>
border-color css
<style>
span { border-color: #B990C3; }
span { border-color: rgb(185,144,195); }
td.TdClassName
{
border-color: #B990C3;
}
.TagClassName
{
border-color: #B990C3;
}
</style>