Shades of East Side #B49CC5
Tints of East Side #B49CC5
RGB
CMYK
RGB Variations
Color information
#B49CC5 (or 0xB49CC5) is known color: East Side. HEX triplet: B4, 9C and C5. RGB value is (180,156,197). Sum of RGB (Red+Green+Blue) = 180+156+197=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #B49CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CC5 is #4B633A. Grayscale: #A7A7A7. Windows color (decimal): -4940603 or 12950708. OLE color: 12950708.
HSL color Cylindrical-coordinate representation of color #B49CC5: hue angle of 275.12º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B49CC5 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 180 | 156 | 197 | - |
CMYK | 0.09 | 0.21 | 0 | 0.23 |
HSL | 275.12º | 0.26% | 0.69% | - |
HSV(B) | 275.12º | 0.21% | 0.77% | - |
XYZ | 40.79 | 37.51 | 57.91 | - |
YUV | 167.85 | 144.45 | 136.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 156 | 197 | 0.09 | 0.21 | 0 | 0.23 | 275.12 | 0.26 | 0.69 |
Hex | B4 | 9C | C5 | 9 | 15 | 0 | 17 | 113 | 1A | 45 |
Octal | 264 | 234 | 305 | 11 | 25 | 0 | 27 | 423 | 32 | 105 |
Binary | 10110100 | 10011100 | 11000101 | 1001 | 10101 | 0 | 10111 | 100010011 | 11010 | 1000101 |
Color Harmonies of #B49CC5
Complementary color
Monochromatic Colors of #B49CC5
Black with #B49CC5
Text Example
Text Example
White with #B49CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CC5; }
p { color: rgb(180,156,197); }
H1.HeaderClassName
{
color: #B49CC5;
}
.AnyTagClassName
{
color: #B49CC5;
}
</style>
background-color css
<style>
a { background-color: #B49CC5; }
a { background-color: rgb(180,156,197); }
div.DivClassName
{
background-color: #B49CC5;
}
.BgClassName
{
background-color: #B49CC5;
}
</style>
border-color css
<style>
span { border-color: #B49CC5; }
span { border-color: rgb(180,156,197); }
td.TdClassName
{
border-color: #B49CC5;
}
.TagClassName
{
border-color: #B49CC5;
}
</style>