Shades of East Side #B497C0
Tints of East Side #B497C0
RGB
CMYK
RGB Variations
Color information
#B497C0 (or 0xB497C0) is known color: East Side. HEX triplet: B4, 97 and C0. RGB value is (180,151,192). Sum of RGB (Red+Green+Blue) = 180+151+192=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #B497C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497C0 is #4B683F. Grayscale: #A4A4A4. Windows color (decimal): -4941888 or 12621748. OLE color: 12621748.
HSL color Cylindrical-coordinate representation of color #B497C0: hue angle of 282.44º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B497C0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 151 | 192 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.25 |
| HSL | 282.44º | 0.25% | 0.67% | - |
| HSV(B) | 282.44º | 0.21% | 0.75% | - |
| XYZ | 39.4 | 35.64 | 54.67 | - |
| YUV | 164.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 192 | 0.06 | 0.21 | 0 | 0.25 | 282.44 | 0.25 | 0.67 |
| Hex | B4 | 97 | C0 | 6 | 15 | 0 | 19 | 11A | 19 | 43 |
| Octal | 264 | 227 | 300 | 6 | 25 | 0 | 31 | 432 | 31 | 103 |
| Binary | 10110100 | 10010111 | 11000000 | 110 | 10101 | 0 | 11001 | 100011010 | 11001 | 1000011 |
Color Harmonies of #B497C0
Complementary color
Monochromatic Colors of #B497C0
Black with #B497C0
Text Example
Text Example
White with #B497C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497C0; }
p { color: rgb(180,151,192); }
H1.HeaderClassName
{
color: #B497C0;
}
.AnyTagClassName
{
color: #B497C0;
}
</style>
background-color css
<style>
a { background-color: #B497C0; }
a { background-color: rgb(180,151,192); }
div.DivClassName
{
background-color: #B497C0;
}
.BgClassName
{
background-color: #B497C0;
}
</style>
border-color css
<style>
span { border-color: #B497C0; }
span { border-color: rgb(180,151,192); }
td.TdClassName
{
border-color: #B497C0;
}
.TagClassName
{
border-color: #B497C0;
}
</style>