Shades of East Side #B690BC
Tints of East Side #B690BC
RGB
CMYK
RGB Variations
Color information
#B690BC (or 0xB690BC) is known color: East Side. HEX triplet: B6, 90 and BC. RGB value is (182,144,188). Sum of RGB (Red+Green+Blue) = 182+144+188=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #B690BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690BC is #496F43. Grayscale: #A0A0A0. Windows color (decimal): -4812612 or 12357814. OLE color: 12357814.
HSL color Cylindrical-coordinate representation of color #B690BC: hue angle of 291.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B690BC is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 144 | 188 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.26 |
| HSL | 291.82º | 0.25% | 0.65% | - |
| HSV(B) | 291.82º | 0.23% | 0.74% | - |
| XYZ | 38.34 | 33.52 | 52.03 | - |
| YUV | 160.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 188 | 0.03 | 0.23 | 0 | 0.26 | 291.82 | 0.25 | 0.65 |
| Hex | B6 | 90 | BC | 3 | 17 | 0 | 1A | 124 | 19 | 41 |
| Octal | 266 | 220 | 274 | 3 | 27 | 0 | 32 | 444 | 31 | 101 |
| Binary | 10110110 | 10010000 | 10111100 | 11 | 10111 | 0 | 11010 | 100100100 | 11001 | 1000001 |
Color Harmonies of #B690BC
Complementary color
Monochromatic Colors of #B690BC
Black with #B690BC
Text Example
Text Example
White with #B690BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690BC; }
p { color: rgb(182,144,188); }
H1.HeaderClassName
{
color: #B690BC;
}
.AnyTagClassName
{
color: #B690BC;
}
</style>
background-color css
<style>
a { background-color: #B690BC; }
a { background-color: rgb(182,144,188); }
div.DivClassName
{
background-color: #B690BC;
}
.BgClassName
{
background-color: #B690BC;
}
</style>
border-color css
<style>
span { border-color: #B690BC; }
span { border-color: rgb(182,144,188); }
td.TdClassName
{
border-color: #B690BC;
}
.TagClassName
{
border-color: #B690BC;
}
</style>