Shades of East Side #B690C9
Tints of East Side #B690C9
RGB
CMYK
RGB Variations
Color information
#B690C9 (or 0xB690C9) is known color: East Side. HEX triplet: B6, 90 and C9. RGB value is (182,144,201). Sum of RGB (Red+Green+Blue) = 182+144+201=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #B690C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690C9 is #496F36. Grayscale: #A1A1A1. Windows color (decimal): -4812599 or 13209782. OLE color: 13209782.
HSL color Cylindrical-coordinate representation of color #B690C9: hue angle of 280º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B690C9 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 144 | 201 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.21 |
| HSL | 280º | 0.35% | 0.68% | - |
| HSV(B) | 280º | 0.28% | 0.79% | - |
| XYZ | 39.81 | 34.11 | 59.74 | - |
| YUV | 161.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 201 | 0.09 | 0.28 | 0 | 0.21 | 280 | 0.35 | 0.68 |
| Hex | B6 | 90 | C9 | 9 | 1C | 0 | 15 | 118 | 23 | 44 |
| Octal | 266 | 220 | 311 | 11 | 34 | 0 | 25 | 430 | 43 | 104 |
| Binary | 10110110 | 10010000 | 11001001 | 1001 | 11100 | 0 | 10101 | 100011000 | 100011 | 1000100 |
Color Harmonies of #B690C9
Complementary color
Monochromatic Colors of #B690C9
Black with #B690C9
Text Example
Text Example
White with #B690C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690C9; }
p { color: rgb(182,144,201); }
H1.HeaderClassName
{
color: #B690C9;
}
.AnyTagClassName
{
color: #B690C9;
}
</style>
background-color css
<style>
a { background-color: #B690C9; }
a { background-color: rgb(182,144,201); }
div.DivClassName
{
background-color: #B690C9;
}
.BgClassName
{
background-color: #B690C9;
}
</style>
border-color css
<style>
span { border-color: #B690C9; }
span { border-color: rgb(182,144,201); }
td.TdClassName
{
border-color: #B690C9;
}
.TagClassName
{
border-color: #B690C9;
}
</style>