Shades of East Side #B496C9
Tints of East Side #B496C9
RGB
CMYK
RGB Variations
Color information
#B496C9 (or 0xB496C9) is known color: East Side. HEX triplet: B4, 96 and C9. RGB value is (180,150,201). Sum of RGB (Red+Green+Blue) = 180+150+201=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #B496C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496C9 is #4B6936. Grayscale: #A4A4A4. Windows color (decimal): -4942135 or 13211316. OLE color: 13211316.
HSL color Cylindrical-coordinate representation of color #B496C9: hue angle of 275.29º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B496C9 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 150 | 201 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.21 |
| HSL | 275.29º | 0.32% | 0.69% | - |
| HSV(B) | 275.29º | 0.25% | 0.79% | - |
| XYZ | 40.27 | 35.73 | 60.03 | - |
| YUV | 164.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 201 | 0.10 | 0.25 | 0 | 0.21 | 275.29 | 0.32 | 0.69 |
| Hex | B4 | 96 | C9 | A | 19 | 0 | 15 | 113 | 20 | 45 |
| Octal | 264 | 226 | 311 | 12 | 31 | 0 | 25 | 423 | 40 | 105 |
| Binary | 10110100 | 10010110 | 11001001 | 1010 | 11001 | 0 | 10101 | 100010011 | 100000 | 1000101 |
Color Harmonies of #B496C9
Complementary color
Monochromatic Colors of #B496C9
Black with #B496C9
Text Example
Text Example
White with #B496C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B496C9; }
p { color: rgb(180,150,201); }
H1.HeaderClassName
{
color: #B496C9;
}
.AnyTagClassName
{
color: #B496C9;
}
</style>
background-color css
<style>
a { background-color: #B496C9; }
a { background-color: rgb(180,150,201); }
div.DivClassName
{
background-color: #B496C9;
}
.BgClassName
{
background-color: #B496C9;
}
</style>
border-color css
<style>
span { border-color: #B496C9; }
span { border-color: rgb(180,150,201); }
td.TdClassName
{
border-color: #B496C9;
}
.TagClassName
{
border-color: #B496C9;
}
</style>