Shades of East Side #B491CC
Tints of East Side #B491CC
RGB
CMYK
RGB Variations
Color information
#B491CC (or 0xB491CC) is known color: East Side. HEX triplet: B4, 91 and CC. RGB value is (180,145,204). Sum of RGB (Red+Green+Blue) = 180+145+204=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B491CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491CC is #4B6E33. Grayscale: #A1A1A1. Windows color (decimal): -4943412 or 13406644. OLE color: 13406644.
HSL color Cylindrical-coordinate representation of color #B491CC: hue angle of 275.59º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B491CC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 145 | 204 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.2 |
| HSL | 275.59º | 0.37% | 0.68% | - |
| HSV(B) | 275.59º | 0.29% | 0.8% | - |
| XYZ | 39.85 | 34.31 | 61.65 | - |
| YUV | 162.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 204 | 0.12 | 0.29 | 0 | 0.2 | 275.59 | 0.37 | 0.68 |
| Hex | B4 | 91 | CC | C | 1D | 0 | 14 | 114 | 25 | 44 |
| Octal | 264 | 221 | 314 | 14 | 35 | 0 | 24 | 424 | 45 | 104 |
| Binary | 10110100 | 10010001 | 11001100 | 1100 | 11101 | 0 | 10100 | 100010100 | 100101 | 1000100 |
Color Harmonies of #B491CC
Complementary color
Monochromatic Colors of #B491CC
Black with #B491CC
Text Example
Text Example
White with #B491CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491CC; }
p { color: rgb(180,145,204); }
H1.HeaderClassName
{
color: #B491CC;
}
.AnyTagClassName
{
color: #B491CC;
}
</style>
background-color css
<style>
a { background-color: #B491CC; }
a { background-color: rgb(180,145,204); }
div.DivClassName
{
background-color: #B491CC;
}
.BgClassName
{
background-color: #B491CC;
}
</style>
border-color css
<style>
span { border-color: #B491CC; }
span { border-color: rgb(180,145,204); }
td.TdClassName
{
border-color: #B491CC;
}
.TagClassName
{
border-color: #B491CC;
}
</style>