Shades of East Side #B498C1
Tints of East Side #B498C1
RGB
CMYK
RGB Variations
Color information
#B498C1 (or 0xB498C1) is known color: East Side. HEX triplet: B4, 98 and C1. RGB value is (180,152,193). Sum of RGB (Red+Green+Blue) = 180+152+193=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #B498C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498C1 is #4B673E. Grayscale: #A4A4A4. Windows color (decimal): -4941631 or 12687540. OLE color: 12687540.
HSL color Cylindrical-coordinate representation of color #B498C1: hue angle of 280.98º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B498C1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 152 | 193 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.24 |
| HSL | 280.98º | 0.25% | 0.68% | - |
| HSV(B) | 280.98º | 0.21% | 0.76% | - |
| XYZ | 39.68 | 36.01 | 55.31 | - |
| YUV | 165.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 193 | 0.07 | 0.21 | 0 | 0.24 | 280.98 | 0.25 | 0.68 |
| Hex | B4 | 98 | C1 | 7 | 15 | 0 | 18 | 119 | 19 | 44 |
| Octal | 264 | 230 | 301 | 7 | 25 | 0 | 30 | 431 | 31 | 104 |
| Binary | 10110100 | 10011000 | 11000001 | 111 | 10101 | 0 | 11000 | 100011001 | 11001 | 1000100 |
Color Harmonies of #B498C1
Complementary color
Monochromatic Colors of #B498C1
Black with #B498C1
Text Example
Text Example
White with #B498C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498C1; }
p { color: rgb(180,152,193); }
H1.HeaderClassName
{
color: #B498C1;
}
.AnyTagClassName
{
color: #B498C1;
}
</style>
background-color css
<style>
a { background-color: #B498C1; }
a { background-color: rgb(180,152,193); }
div.DivClassName
{
background-color: #B498C1;
}
.BgClassName
{
background-color: #B498C1;
}
</style>
border-color css
<style>
span { border-color: #B498C1; }
span { border-color: rgb(180,152,193); }
td.TdClassName
{
border-color: #B498C1;
}
.TagClassName
{
border-color: #B498C1;
}
</style>