Shades of East Side #B499C1
Tints of East Side #B499C1
RGB
CMYK
RGB Variations
Color information
#B499C1 (or 0xB499C1) is known color: East Side. HEX triplet: B4, 99 and C1. RGB value is (180,153,193). Sum of RGB (Red+Green+Blue) = 180+153+193=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #B499C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499C1 is #4B663E. Grayscale: #A5A5A5. Windows color (decimal): -4941375 or 12687796. OLE color: 12687796.
HSL color Cylindrical-coordinate representation of color #B499C1: hue angle of 280.5º degrees, saturation: 0.24, 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 #B499C1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 153 | 193 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.24 |
| HSL | 280.5º | 0.24% | 0.68% | - |
| HSV(B) | 280.5º | 0.21% | 0.76% | - |
| XYZ | 39.84 | 36.34 | 55.37 | - |
| YUV | 165.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 193 | 0.07 | 0.21 | 0 | 0.24 | 280.5 | 0.24 | 0.68 |
| Hex | B4 | 99 | C1 | 7 | 15 | 0 | 18 | 118 | 18 | 44 |
| Octal | 264 | 231 | 301 | 7 | 25 | 0 | 30 | 430 | 30 | 104 |
| Binary | 10110100 | 10011001 | 11000001 | 111 | 10101 | 0 | 11000 | 100011000 | 11000 | 1000100 |
Color Harmonies of #B499C1
Complementary color
Monochromatic Colors of #B499C1
Black with #B499C1
Text Example
Text Example
White with #B499C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B499C1; }
p { color: rgb(180,153,193); }
H1.HeaderClassName
{
color: #B499C1;
}
.AnyTagClassName
{
color: #B499C1;
}
</style>
background-color css
<style>
a { background-color: #B499C1; }
a { background-color: rgb(180,153,193); }
div.DivClassName
{
background-color: #B499C1;
}
.BgClassName
{
background-color: #B499C1;
}
</style>
border-color css
<style>
span { border-color: #B499C1; }
span { border-color: rgb(180,153,193); }
td.TdClassName
{
border-color: #B499C1;
}
.TagClassName
{
border-color: #B499C1;
}
</style>