Shades of East Side #B290CB
Tints of East Side #B290CB
RGB
CMYK
RGB Variations
Color information
#B290CB (or 0xB290CB) is known color: East Side. HEX triplet: B2, 90 and CB. RGB value is (178,144,203). Sum of RGB (Red+Green+Blue) = 178+144+203=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B290CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290CB is #4D6F34. Grayscale: #A0A0A0. Windows color (decimal): -5074741 or 13340850. OLE color: 13340850.
HSL color Cylindrical-coordinate representation of color #B290CB: hue angle of 274.58º 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 #B290CB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 144 | 203 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.20 |
| HSL | 274.58º | 0.36% | 0.68% | - |
| HSV(B) | 274.58º | 0.29% | 0.8% | - |
| XYZ | 39.11 | 33.72 | 60.95 | - |
| YUV | 160.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 203 | 0.12 | 0.29 | 0 | 0.20 | 274.58 | 0.36 | 0.68 |
| Hex | B2 | 90 | CB | C | 1D | 0 | 14 | 113 | 24 | 44 |
| Octal | 262 | 220 | 313 | 14 | 35 | 0 | 24 | 423 | 44 | 104 |
| Binary | 10110010 | 10010000 | 11001011 | 1100 | 11101 | 0 | 10100 | 100010011 | 100100 | 1000100 |
Color Harmonies of #B290CB
Complementary color
Monochromatic Colors of #B290CB
Black with #B290CB
Text Example
Text Example
White with #B290CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290CB; }
p { color: rgb(178,144,203); }
H1.HeaderClassName
{
color: #B290CB;
}
.AnyTagClassName
{
color: #B290CB;
}
</style>
background-color css
<style>
a { background-color: #B290CB; }
a { background-color: rgb(178,144,203); }
div.DivClassName
{
background-color: #B290CB;
}
.BgClassName
{
background-color: #B290CB;
}
</style>
border-color css
<style>
span { border-color: #B290CB; }
span { border-color: rgb(178,144,203); }
td.TdClassName
{
border-color: #B290CB;
}
.TagClassName
{
border-color: #B290CB;
}
</style>