Shades of East Side #B49BC3
Tints of East Side #B49BC3
RGB
CMYK
RGB Variations
Color information
#B49BC3 (or 0xB49BC3) is known color: East Side. HEX triplet: B4, 9B and C3. RGB value is (180,155,195). Sum of RGB (Red+Green+Blue) = 180+155+195=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #B49BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BC3 is #4B643C. Grayscale: #A6A6A6. Windows color (decimal): -4940861 or 12819380. OLE color: 12819380.
HSL color Cylindrical-coordinate representation of color #B49BC3: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B49BC3 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 155 | 195 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.24 |
| HSL | 277.5º | 0.25% | 0.69% | - |
| HSV(B) | 277.5º | 0.21% | 0.76% | - |
| XYZ | 40.39 | 37.09 | 56.66 | - |
| YUV | 167.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 195 | 0.08 | 0.21 | 0 | 0.24 | 277.5 | 0.25 | 0.69 |
| Hex | B4 | 9B | C3 | 8 | 15 | 0 | 18 | 116 | 19 | 45 |
| Octal | 264 | 233 | 303 | 10 | 25 | 0 | 30 | 426 | 31 | 105 |
| Binary | 10110100 | 10011011 | 11000011 | 1000 | 10101 | 0 | 11000 | 100010110 | 11001 | 1000101 |
Color Harmonies of #B49BC3
Complementary color
Monochromatic Colors of #B49BC3
Black with #B49BC3
Text Example
Text Example
White with #B49BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BC3; }
p { color: rgb(180,155,195); }
H1.HeaderClassName
{
color: #B49BC3;
}
.AnyTagClassName
{
color: #B49BC3;
}
</style>
background-color css
<style>
a { background-color: #B49BC3; }
a { background-color: rgb(180,155,195); }
div.DivClassName
{
background-color: #B49BC3;
}
.BgClassName
{
background-color: #B49BC3;
}
</style>
border-color css
<style>
span { border-color: #B49BC3; }
span { border-color: rgb(180,155,195); }
td.TdClassName
{
border-color: #B49BC3;
}
.TagClassName
{
border-color: #B49BC3;
}
</style>