Shades of East Side #B498BD
Tints of East Side #B498BD
RGB
CMYK
RGB Variations
Color information
#B498BD (or 0xB498BD) is known color: East Side. HEX triplet: B4, 98 and BD. RGB value is (180,152,189). Sum of RGB (Red+Green+Blue) = 180+152+189=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #B498BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498BD is #4B6742. Grayscale: #A4A4A4. Windows color (decimal): -4941635 or 12425396. OLE color: 12425396.
HSL color Cylindrical-coordinate representation of color #B498BD: hue angle of 285.41º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B498BD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 152 | 189 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.26 |
| HSL | 285.41º | 0.22% | 0.67% | - |
| HSV(B) | 285.41º | 0.2% | 0.74% | - |
| XYZ | 39.24 | 35.83 | 52.99 | - |
| YUV | 164.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 189 | 0.05 | 0.20 | 0 | 0.26 | 285.41 | 0.22 | 0.67 |
| Hex | B4 | 98 | BD | 5 | 14 | 0 | 1A | 11D | 16 | 43 |
| Octal | 264 | 230 | 275 | 5 | 24 | 0 | 32 | 435 | 26 | 103 |
| Binary | 10110100 | 10011000 | 10111101 | 101 | 10100 | 0 | 11010 | 100011101 | 10110 | 1000011 |
Color Harmonies of #B498BD
Complementary color
Monochromatic Colors of #B498BD
Black with #B498BD
Text Example
Text Example
White with #B498BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498BD; }
p { color: rgb(180,152,189); }
H1.HeaderClassName
{
color: #B498BD;
}
.AnyTagClassName
{
color: #B498BD;
}
</style>
background-color css
<style>
a { background-color: #B498BD; }
a { background-color: rgb(180,152,189); }
div.DivClassName
{
background-color: #B498BD;
}
.BgClassName
{
background-color: #B498BD;
}
</style>
border-color css
<style>
span { border-color: #B498BD; }
span { border-color: rgb(180,152,189); }
td.TdClassName
{
border-color: #B498BD;
}
.TagClassName
{
border-color: #B498BD;
}
</style>