Shades of East Side #B498C0
Tints of East Side #B498C0
RGB
CMYK
RGB Variations
Color information
#B498C0 (or 0xB498C0) is known color: East Side. HEX triplet: B4, 98 and C0. RGB value is (180,152,192). Sum of RGB (Red+Green+Blue) = 180+152+192=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #B498C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498C0 is #4B673F. Grayscale: #A4A4A4. Windows color (decimal): -4941632 or 12622004. OLE color: 12622004.
HSL color Cylindrical-coordinate representation of color #B498C0: hue angle of 282º degrees, saturation: 0.24, 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 #B498C0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 152 | 192 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.25 |
| HSL | 282º | 0.24% | 0.67% | - |
| HSV(B) | 282º | 0.21% | 0.75% | - |
| XYZ | 39.57 | 35.97 | 54.73 | - |
| YUV | 164.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 192 | 0.06 | 0.21 | 0 | 0.25 | 282 | 0.24 | 0.67 |
| Hex | B4 | 98 | C0 | 6 | 15 | 0 | 19 | 11A | 18 | 43 |
| Octal | 264 | 230 | 300 | 6 | 25 | 0 | 31 | 432 | 30 | 103 |
| Binary | 10110100 | 10011000 | 11000000 | 110 | 10101 | 0 | 11001 | 100011010 | 11000 | 1000011 |
Color Harmonies of #B498C0
Complementary color
Monochromatic Colors of #B498C0
Black with #B498C0
Text Example
Text Example
White with #B498C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498C0; }
p { color: rgb(180,152,192); }
H1.HeaderClassName
{
color: #B498C0;
}
.AnyTagClassName
{
color: #B498C0;
}
</style>
background-color css
<style>
a { background-color: #B498C0; }
a { background-color: rgb(180,152,192); }
div.DivClassName
{
background-color: #B498C0;
}
.BgClassName
{
background-color: #B498C0;
}
</style>
border-color css
<style>
span { border-color: #B498C0; }
span { border-color: rgb(180,152,192); }
td.TdClassName
{
border-color: #B498C0;
}
.TagClassName
{
border-color: #B498C0;
}
</style>