Shades of East Side #B49CC2
Tints of East Side #B49CC2
RGB
CMYK
RGB Variations
Color information
#B49CC2 (or 0xB49CC2) is known color: East Side. HEX triplet: B4, 9C and C2. RGB value is (180,156,194). Sum of RGB (Red+Green+Blue) = 180+156+194=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: blue. Hex color #B49CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CC2 is #4B633D. Grayscale: #A7A7A7. Windows color (decimal): -4940606 or 12754100. OLE color: 12754100.
HSL color Cylindrical-coordinate representation of color #B49CC2: hue angle of 277.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B49CC2 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 156 | 194 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.24 |
| HSL | 277.89º | 0.24% | 0.69% | - |
| HSV(B) | 277.89º | 0.2% | 0.76% | - |
| XYZ | 40.45 | 37.38 | 56.12 | - |
| YUV | 167.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 194 | 0.07 | 0.20 | 0 | 0.24 | 277.89 | 0.24 | 0.69 |
| Hex | B4 | 9C | C2 | 7 | 14 | 0 | 18 | 116 | 18 | 45 |
| Octal | 264 | 234 | 302 | 7 | 24 | 0 | 30 | 426 | 30 | 105 |
| Binary | 10110100 | 10011100 | 11000010 | 111 | 10100 | 0 | 11000 | 100010110 | 11000 | 1000101 |
Color Harmonies of #B49CC2
Complementary color
Monochromatic Colors of #B49CC2
Black with #B49CC2
Text Example
Text Example
White with #B49CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CC2; }
p { color: rgb(180,156,194); }
H1.HeaderClassName
{
color: #B49CC2;
}
.AnyTagClassName
{
color: #B49CC2;
}
</style>
background-color css
<style>
a { background-color: #B49CC2; }
a { background-color: rgb(180,156,194); }
div.DivClassName
{
background-color: #B49CC2;
}
.BgClassName
{
background-color: #B49CC2;
}
</style>
border-color css
<style>
span { border-color: #B49CC2; }
span { border-color: rgb(180,156,194); }
td.TdClassName
{
border-color: #B49CC2;
}
.TagClassName
{
border-color: #B49CC2;
}
</style>