Shades of East Side #B496C2
Tints of East Side #B496C2
RGB
CMYK
RGB Variations
Color information
#B496C2 (or 0xB496C2) is known color: East Side. HEX triplet: B4, 96 and C2. RGB value is (180,150,194). Sum of RGB (Red+Green+Blue) = 180+150+194=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #B496C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496C2 is #4B693D. Grayscale: #A3A3A3. Windows color (decimal): -4942142 or 12752564. OLE color: 12752564.
HSL color Cylindrical-coordinate representation of color #B496C2: hue angle of 280.91º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B496C2 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 150 | 194 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.24 |
| HSL | 280.91º | 0.27% | 0.67% | - |
| HSV(B) | 280.91º | 0.23% | 0.76% | - |
| XYZ | 39.47 | 35.41 | 55.79 | - |
| YUV | 163.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 194 | 0.07 | 0.23 | 0 | 0.24 | 280.91 | 0.27 | 0.67 |
| Hex | B4 | 96 | C2 | 7 | 17 | 0 | 18 | 119 | 1B | 43 |
| Octal | 264 | 226 | 302 | 7 | 27 | 0 | 30 | 431 | 33 | 103 |
| Binary | 10110100 | 10010110 | 11000010 | 111 | 10111 | 0 | 11000 | 100011001 | 11011 | 1000011 |
Color Harmonies of #B496C2
Complementary color
Monochromatic Colors of #B496C2
Black with #B496C2
Text Example
Text Example
White with #B496C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B496C2; }
p { color: rgb(180,150,194); }
H1.HeaderClassName
{
color: #B496C2;
}
.AnyTagClassName
{
color: #B496C2;
}
</style>
background-color css
<style>
a { background-color: #B496C2; }
a { background-color: rgb(180,150,194); }
div.DivClassName
{
background-color: #B496C2;
}
.BgClassName
{
background-color: #B496C2;
}
</style>
border-color css
<style>
span { border-color: #B496C2; }
span { border-color: rgb(180,150,194); }
td.TdClassName
{
border-color: #B496C2;
}
.TagClassName
{
border-color: #B496C2;
}
</style>