Shades of East Side #B690CB
Tints of East Side #B690CB
RGB
CMYK
RGB Variations
Color information
#B690CB (or 0xB690CB) is known color: East Side. HEX triplet: B6, 90 and CB. RGB value is (182,144,203). Sum of RGB (Red+Green+Blue) = 182+144+203=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #B690CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690CB is #496F34. Grayscale: #A1A1A1. Windows color (decimal): -4812597 or 13340854. OLE color: 13340854.
HSL color Cylindrical-coordinate representation of color #B690CB: hue angle of 278.64º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B690CB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 144 | 203 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.20 |
| HSL | 278.64º | 0.36% | 0.68% | - |
| HSV(B) | 278.64º | 0.29% | 0.8% | - |
| XYZ | 40.04 | 34.2 | 60.99 | - |
| YUV | 162.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 203 | 0.10 | 0.29 | 0 | 0.20 | 278.64 | 0.36 | 0.68 |
| Hex | B6 | 90 | CB | A | 1D | 0 | 14 | 117 | 24 | 44 |
| Octal | 266 | 220 | 313 | 12 | 35 | 0 | 24 | 427 | 44 | 104 |
| Binary | 10110110 | 10010000 | 11001011 | 1010 | 11101 | 0 | 10100 | 100010111 | 100100 | 1000100 |
Color Harmonies of #B690CB
Complementary color
Monochromatic Colors of #B690CB
Black with #B690CB
Text Example
Text Example
White with #B690CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690CB; }
p { color: rgb(182,144,203); }
H1.HeaderClassName
{
color: #B690CB;
}
.AnyTagClassName
{
color: #B690CB;
}
</style>
background-color css
<style>
a { background-color: #B690CB; }
a { background-color: rgb(182,144,203); }
div.DivClassName
{
background-color: #B690CB;
}
.BgClassName
{
background-color: #B690CB;
}
</style>
border-color css
<style>
span { border-color: #B690CB; }
span { border-color: rgb(182,144,203); }
td.TdClassName
{
border-color: #B690CB;
}
.TagClassName
{
border-color: #B690CB;
}
</style>