Shades of East Side #B697C0
Tints of East Side #B697C0
RGB
CMYK
RGB Variations
Color information
#B697C0 (or 0xB697C0) is known color: East Side. HEX triplet: B6, 97 and C0. RGB value is (182,151,192). Sum of RGB (Red+Green+Blue) = 182+151+192=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #B697C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697C0 is #49683F. Grayscale: #A4A4A4. Windows color (decimal): -4810816 or 12621750. OLE color: 12621750.
HSL color Cylindrical-coordinate representation of color #B697C0: hue angle of 285.37º degrees, saturation: 0.25, 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 #B697C0 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 151 | 192 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.25 |
| HSL | 285.37º | 0.25% | 0.67% | - |
| HSV(B) | 285.37º | 0.21% | 0.75% | - |
| XYZ | 39.87 | 35.88 | 54.69 | - |
| YUV | 164.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 151 | 192 | 0.05 | 0.21 | 0 | 0.25 | 285.37 | 0.25 | 0.67 |
| Hex | B6 | 97 | C0 | 5 | 15 | 0 | 19 | 11D | 19 | 43 |
| Octal | 266 | 227 | 300 | 5 | 25 | 0 | 31 | 435 | 31 | 103 |
| Binary | 10110110 | 10010111 | 11000000 | 101 | 10101 | 0 | 11001 | 100011101 | 11001 | 1000011 |
Color Harmonies of #B697C0
Complementary color
Monochromatic Colors of #B697C0
Black with #B697C0
Text Example
Text Example
White with #B697C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B697C0; }
p { color: rgb(182,151,192); }
H1.HeaderClassName
{
color: #B697C0;
}
.AnyTagClassName
{
color: #B697C0;
}
</style>
background-color css
<style>
a { background-color: #B697C0; }
a { background-color: rgb(182,151,192); }
div.DivClassName
{
background-color: #B697C0;
}
.BgClassName
{
background-color: #B697C0;
}
</style>
border-color css
<style>
span { border-color: #B697C0; }
span { border-color: rgb(182,151,192); }
td.TdClassName
{
border-color: #B697C0;
}
.TagClassName
{
border-color: #B697C0;
}
</style>