Shades of East Side #B597BE
Tints of East Side #B597BE
RGB
CMYK
RGB Variations
Color information
#B597BE (or 0xB597BE) is known color: East Side. HEX triplet: B5, 97 and BE. RGB value is (181,151,190). Sum of RGB (Red+Green+Blue) = 181+151+190=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #B597BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597BE is #4A6841. Grayscale: #A4A4A4. Windows color (decimal): -4876354 or 12490677. OLE color: 12490677.
HSL color Cylindrical-coordinate representation of color #B597BE: hue angle of 286.15º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B597BE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 151 | 190 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.25 |
| HSL | 286.15º | 0.23% | 0.67% | - |
| HSV(B) | 286.15º | 0.21% | 0.75% | - |
| XYZ | 39.42 | 35.67 | 53.52 | - |
| YUV | 164.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 190 | 0.05 | 0.21 | 0 | 0.25 | 286.15 | 0.23 | 0.67 |
| Hex | B5 | 97 | BE | 5 | 15 | 0 | 19 | 11E | 17 | 43 |
| Octal | 265 | 227 | 276 | 5 | 25 | 0 | 31 | 436 | 27 | 103 |
| Binary | 10110101 | 10010111 | 10111110 | 101 | 10101 | 0 | 11001 | 100011110 | 10111 | 1000011 |
Color Harmonies of #B597BE
Complementary color
Monochromatic Colors of #B597BE
Black with #B597BE
Text Example
Text Example
White with #B597BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597BE; }
p { color: rgb(181,151,190); }
H1.HeaderClassName
{
color: #B597BE;
}
.AnyTagClassName
{
color: #B597BE;
}
</style>
background-color css
<style>
a { background-color: #B597BE; }
a { background-color: rgb(181,151,190); }
div.DivClassName
{
background-color: #B597BE;
}
.BgClassName
{
background-color: #B597BE;
}
</style>
border-color css
<style>
span { border-color: #B597BE; }
span { border-color: rgb(181,151,190); }
td.TdClassName
{
border-color: #B597BE;
}
.TagClassName
{
border-color: #B597BE;
}
</style>