Shades of East Side #B690CE
Tints of East Side #B690CE
RGB
CMYK
RGB Variations
Color information
#B690CE (or 0xB690CE) is known color: East Side. HEX triplet: B6, 90 and CE. RGB value is (182,144,206). Sum of RGB (Red+Green+Blue) = 182+144+206=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #B690CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690CE is #496F31. Grayscale: #A2A2A2. Windows color (decimal): -4812594 or 13537462. OLE color: 13537462.
HSL color Cylindrical-coordinate representation of color #B690CE: hue angle of 276.77º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B690CE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 144 | 206 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.19 |
| HSL | 276.77º | 0.39% | 0.69% | - |
| HSV(B) | 276.77º | 0.3% | 0.81% | - |
| XYZ | 40.41 | 34.35 | 62.89 | - |
| YUV | 162.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 206 | 0.12 | 0.30 | 0 | 0.19 | 276.77 | 0.39 | 0.69 |
| Hex | B6 | 90 | CE | C | 1E | 0 | 13 | 115 | 27 | 45 |
| Octal | 266 | 220 | 316 | 14 | 36 | 0 | 23 | 425 | 47 | 105 |
| Binary | 10110110 | 10010000 | 11001110 | 1100 | 11110 | 0 | 10011 | 100010101 | 100111 | 1000101 |
Color Harmonies of #B690CE
Complementary color
Monochromatic Colors of #B690CE
Black with #B690CE
Text Example
Text Example
White with #B690CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690CE; }
p { color: rgb(182,144,206); }
H1.HeaderClassName
{
color: #B690CE;
}
.AnyTagClassName
{
color: #B690CE;
}
</style>
background-color css
<style>
a { background-color: #B690CE; }
a { background-color: rgb(182,144,206); }
div.DivClassName
{
background-color: #B690CE;
}
.BgClassName
{
background-color: #B690CE;
}
</style>
border-color css
<style>
span { border-color: #B690CE; }
span { border-color: rgb(182,144,206); }
td.TdClassName
{
border-color: #B690CE;
}
.TagClassName
{
border-color: #B690CE;
}
</style>