Shades of East Side #B990C5
Tints of East Side #B990C5
RGB
CMYK
RGB Variations
Color information
#B990C5 (or 0xB990C5) is known color: East Side. HEX triplet: B9, 90 and C5. RGB value is (185,144,197). Sum of RGB (Red+Green+Blue) = 185+144+197=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #B990C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C5 is #466F3A. Grayscale: #A2A2A2. Windows color (decimal): -4615995 or 12947641. OLE color: 12947641.
HSL color Cylindrical-coordinate representation of color #B990C5: hue angle of 286.42º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B990C5 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 144 | 197 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.23 |
| HSL | 286.42º | 0.31% | 0.67% | - |
| HSV(B) | 286.42º | 0.27% | 0.77% | - |
| XYZ | 40.06 | 34.29 | 57.33 | - |
| YUV | 162.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 197 | 0.06 | 0.27 | 0 | 0.23 | 286.42 | 0.31 | 0.67 |
| Hex | B9 | 90 | C5 | 6 | 1B | 0 | 17 | 11E | 1F | 43 |
| Octal | 271 | 220 | 305 | 6 | 33 | 0 | 27 | 436 | 37 | 103 |
| Binary | 10111001 | 10010000 | 11000101 | 110 | 11011 | 0 | 10111 | 100011110 | 11111 | 1000011 |
Color Harmonies of #B990C5
Complementary color
Monochromatic Colors of #B990C5
Black with #B990C5
Text Example
Text Example
White with #B990C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990C5; }
p { color: rgb(185,144,197); }
H1.HeaderClassName
{
color: #B990C5;
}
.AnyTagClassName
{
color: #B990C5;
}
</style>
background-color css
<style>
a { background-color: #B990C5; }
a { background-color: rgb(185,144,197); }
div.DivClassName
{
background-color: #B990C5;
}
.BgClassName
{
background-color: #B990C5;
}
</style>
border-color css
<style>
span { border-color: #B990C5; }
span { border-color: rgb(185,144,197); }
td.TdClassName
{
border-color: #B990C5;
}
.TagClassName
{
border-color: #B990C5;
}
</style>