Shades of East Side #B495C7
Tints of East Side #B495C7
RGB
CMYK
RGB Variations
Color information
#B495C7 (or 0xB495C7) is known color: East Side. HEX triplet: B4, 95 and C7. RGB value is (180,149,199). Sum of RGB (Red+Green+Blue) = 180+149+199=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 199 - color contains mainly: blue. Hex color #B495C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495C7 is #4B6A38. Grayscale: #A3A3A3. Windows color (decimal): -4942393 or 13079988. OLE color: 13079988.
HSL color Cylindrical-coordinate representation of color #B495C7: hue angle of 277.2º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B495C7 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 149 | 199 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.22 |
| HSL | 277.2º | 0.31% | 0.68% | - |
| HSV(B) | 277.2º | 0.25% | 0.78% | - |
| XYZ | 39.88 | 35.32 | 58.75 | - |
| YUV | 163.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 199 | 0.10 | 0.25 | 0 | 0.22 | 277.2 | 0.31 | 0.68 |
| Hex | B4 | 95 | C7 | A | 19 | 0 | 16 | 115 | 1F | 44 |
| Octal | 264 | 225 | 307 | 12 | 31 | 0 | 26 | 425 | 37 | 104 |
| Binary | 10110100 | 10010101 | 11000111 | 1010 | 11001 | 0 | 10110 | 100010101 | 11111 | 1000100 |
Color Harmonies of #B495C7
Complementary color
Monochromatic Colors of #B495C7
Black with #B495C7
Text Example
Text Example
White with #B495C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495C7; }
p { color: rgb(180,149,199); }
H1.HeaderClassName
{
color: #B495C7;
}
.AnyTagClassName
{
color: #B495C7;
}
</style>
background-color css
<style>
a { background-color: #B495C7; }
a { background-color: rgb(180,149,199); }
div.DivClassName
{
background-color: #B495C7;
}
.BgClassName
{
background-color: #B495C7;
}
</style>
border-color css
<style>
span { border-color: #B495C7; }
span { border-color: rgb(180,149,199); }
td.TdClassName
{
border-color: #B495C7;
}
.TagClassName
{
border-color: #B495C7;
}
</style>