Shades of East Side #B490CC
Tints of East Side #B490CC
RGB
CMYK
RGB Variations
Color information
#B490CC (or 0xB490CC) is known color: East Side. HEX triplet: B4, 90 and CC. RGB value is (180,144,204). Sum of RGB (Red+Green+Blue) = 180+144+204=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #B490CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490CC is #4B6F33. Grayscale: #A1A1A1. Windows color (decimal): -4943668 or 13406388. OLE color: 13406388.
HSL color Cylindrical-coordinate representation of color #B490CC: hue angle of 276º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B490CC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 144 | 204 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.2 |
| HSL | 276º | 0.37% | 0.68% | - |
| HSV(B) | 276º | 0.29% | 0.8% | - |
| XYZ | 39.69 | 34.01 | 61.6 | - |
| YUV | 161.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 204 | 0.12 | 0.29 | 0 | 0.2 | 276 | 0.37 | 0.68 |
| Hex | B4 | 90 | CC | C | 1D | 0 | 14 | 114 | 25 | 44 |
| Octal | 264 | 220 | 314 | 14 | 35 | 0 | 24 | 424 | 45 | 104 |
| Binary | 10110100 | 10010000 | 11001100 | 1100 | 11101 | 0 | 10100 | 100010100 | 100101 | 1000100 |
Color Harmonies of #B490CC
Complementary color
Monochromatic Colors of #B490CC
Black with #B490CC
Text Example
Text Example
White with #B490CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490CC; }
p { color: rgb(180,144,204); }
H1.HeaderClassName
{
color: #B490CC;
}
.AnyTagClassName
{
color: #B490CC;
}
</style>
background-color css
<style>
a { background-color: #B490CC; }
a { background-color: rgb(180,144,204); }
div.DivClassName
{
background-color: #B490CC;
}
.BgClassName
{
background-color: #B490CC;
}
</style>
border-color css
<style>
span { border-color: #B490CC; }
span { border-color: rgb(180,144,204); }
td.TdClassName
{
border-color: #B490CC;
}
.TagClassName
{
border-color: #B490CC;
}
</style>