Shades of East Side #B495C8
Tints of East Side #B495C8
RGB
CMYK
RGB Variations
Color information
#B495C8 (or 0xB495C8) is known color: East Side. HEX triplet: B4, 95 and C8. RGB value is (180,149,200). Sum of RGB (Red+Green+Blue) = 180+149+200=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #B495C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495C8 is #4B6A37. Grayscale: #A3A3A3. Windows color (decimal): -4942392 or 13145524. OLE color: 13145524.
HSL color Cylindrical-coordinate representation of color #B495C8: hue angle of 276.47º degrees, saturation: 0.32, 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 #B495C8 is Cyan = 0.1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 149 | 200 | - |
| CMYK | 0.1 | 0.26 | 0 | 0.22 |
| HSL | 276.47º | 0.32% | 0.68% | - |
| HSV(B) | 276.47º | 0.26% | 0.78% | - |
| XYZ | 40 | 35.37 | 59.36 | - |
| YUV | 164.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 200 | 0.1 | 0.26 | 0 | 0.22 | 276.47 | 0.32 | 0.68 |
| Hex | B4 | 95 | C8 | A | 1A | 0 | 16 | 114 | 20 | 44 |
| Octal | 264 | 225 | 310 | 12 | 32 | 0 | 26 | 424 | 40 | 104 |
| Binary | 10110100 | 10010101 | 11001000 | 1010 | 11010 | 0 | 10110 | 100010100 | 100000 | 1000100 |
Color Harmonies of #B495C8
Complementary color
Monochromatic Colors of #B495C8
Black with #B495C8
Text Example
Text Example
White with #B495C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495C8; }
p { color: rgb(180,149,200); }
H1.HeaderClassName
{
color: #B495C8;
}
.AnyTagClassName
{
color: #B495C8;
}
</style>
background-color css
<style>
a { background-color: #B495C8; }
a { background-color: rgb(180,149,200); }
div.DivClassName
{
background-color: #B495C8;
}
.BgClassName
{
background-color: #B495C8;
}
</style>
border-color css
<style>
span { border-color: #B495C8; }
span { border-color: rgb(180,149,200); }
td.TdClassName
{
border-color: #B495C8;
}
.TagClassName
{
border-color: #B495C8;
}
</style>