Shades of East Side #B499C0
Tints of East Side #B499C0
RGB
CMYK
RGB Variations
Color information
#B499C0 (or 0xB499C0) is known color: East Side. HEX triplet: B4, 99 and C0. RGB value is (180,153,192). Sum of RGB (Red+Green+Blue) = 180+153+192=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #B499C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499C0 is #4B663F. Grayscale: #A5A5A5. Windows color (decimal): -4941376 or 12622260. OLE color: 12622260.
HSL color Cylindrical-coordinate representation of color #B499C0: hue angle of 281.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B499C0 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 153 | 192 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.25 |
| HSL | 281.54º | 0.24% | 0.68% | - |
| HSV(B) | 281.54º | 0.2% | 0.75% | - |
| XYZ | 39.73 | 36.29 | 54.78 | - |
| YUV | 165.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 192 | 0.06 | 0.20 | 0 | 0.25 | 281.54 | 0.24 | 0.68 |
| Hex | B4 | 99 | C0 | 6 | 14 | 0 | 19 | 11A | 18 | 44 |
| Octal | 264 | 231 | 300 | 6 | 24 | 0 | 31 | 432 | 30 | 104 |
| Binary | 10110100 | 10011001 | 11000000 | 110 | 10100 | 0 | 11001 | 100011010 | 11000 | 1000100 |
Color Harmonies of #B499C0
Complementary color
Monochromatic Colors of #B499C0
Black with #B499C0
Text Example
Text Example
White with #B499C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B499C0; }
p { color: rgb(180,153,192); }
H1.HeaderClassName
{
color: #B499C0;
}
.AnyTagClassName
{
color: #B499C0;
}
</style>
background-color css
<style>
a { background-color: #B499C0; }
a { background-color: rgb(180,153,192); }
div.DivClassName
{
background-color: #B499C0;
}
.BgClassName
{
background-color: #B499C0;
}
</style>
border-color css
<style>
span { border-color: #B499C0; }
span { border-color: rgb(180,153,192); }
td.TdClassName
{
border-color: #B499C0;
}
.TagClassName
{
border-color: #B499C0;
}
</style>