Shades of East Side #B49CC1
Tints of East Side #B49CC1
RGB
CMYK
RGB Variations
Color information
#B49CC1 (or 0xB49CC1) is known color: East Side. HEX triplet: B4, 9C and C1. RGB value is (180,156,193). Sum of RGB (Red+Green+Blue) = 180+156+193=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #B49CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CC1 is #4B633E. Grayscale: #A7A7A7. Windows color (decimal): -4940607 or 12688564. OLE color: 12688564.
HSL color Cylindrical-coordinate representation of color #B49CC1: hue angle of 278.92º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49CC1 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 156 | 193 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.24 |
| HSL | 278.92º | 0.23% | 0.68% | - |
| HSV(B) | 278.92º | 0.19% | 0.76% | - |
| XYZ | 40.34 | 37.33 | 55.53 | - |
| YUV | 167.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 193 | 0.07 | 0.19 | 0 | 0.24 | 278.92 | 0.23 | 0.68 |
| Hex | B4 | 9C | C1 | 7 | 13 | 0 | 18 | 117 | 17 | 44 |
| Octal | 264 | 234 | 301 | 7 | 23 | 0 | 30 | 427 | 27 | 104 |
| Binary | 10110100 | 10011100 | 11000001 | 111 | 10011 | 0 | 11000 | 100010111 | 10111 | 1000100 |
Color Harmonies of #B49CC1
Complementary color
Monochromatic Colors of #B49CC1
Black with #B49CC1
Text Example
Text Example
White with #B49CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CC1; }
p { color: rgb(180,156,193); }
H1.HeaderClassName
{
color: #B49CC1;
}
.AnyTagClassName
{
color: #B49CC1;
}
</style>
background-color css
<style>
a { background-color: #B49CC1; }
a { background-color: rgb(180,156,193); }
div.DivClassName
{
background-color: #B49CC1;
}
.BgClassName
{
background-color: #B49CC1;
}
</style>
border-color css
<style>
span { border-color: #B49CC1; }
span { border-color: rgb(180,156,193); }
td.TdClassName
{
border-color: #B49CC1;
}
.TagClassName
{
border-color: #B49CC1;
}
</style>