Shades of East Side #B091CA
Tints of East Side #B091CA
RGB
CMYK
RGB Variations
Color information
#B091CA (or 0xB091CA) is known color: East Side. HEX triplet: B0, 91 and CA. RGB value is (176,145,202). Sum of RGB (Red+Green+Blue) = 176+145+202=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #B091CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091CA is #4F6E35. Grayscale: #A0A0A0. Windows color (decimal): -5205558 or 13275568. OLE color: 13275568.
HSL color Cylindrical-coordinate representation of color #B091CA: hue angle of 272.63º 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 #B091CA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 145 | 202 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.21 |
| HSL | 272.63º | 0.35% | 0.68% | - |
| HSV(B) | 272.63º | 0.28% | 0.79% | - |
| XYZ | 38.69 | 33.75 | 60.35 | - |
| YUV | 160.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 202 | 0.13 | 0.28 | 0 | 0.21 | 272.63 | 0.35 | 0.68 |
| Hex | B0 | 91 | CA | D | 1C | 0 | 15 | 111 | 23 | 44 |
| Octal | 260 | 221 | 312 | 15 | 34 | 0 | 25 | 421 | 43 | 104 |
| Binary | 10110000 | 10010001 | 11001010 | 1101 | 11100 | 0 | 10101 | 100010001 | 100011 | 1000100 |
Color Harmonies of #B091CA
Complementary color
Monochromatic Colors of #B091CA
Black with #B091CA
Text Example
Text Example
White with #B091CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091CA; }
p { color: rgb(176,145,202); }
H1.HeaderClassName
{
color: #B091CA;
}
.AnyTagClassName
{
color: #B091CA;
}
</style>
background-color css
<style>
a { background-color: #B091CA; }
a { background-color: rgb(176,145,202); }
div.DivClassName
{
background-color: #B091CA;
}
.BgClassName
{
background-color: #B091CA;
}
</style>
border-color css
<style>
span { border-color: #B091CA; }
span { border-color: rgb(176,145,202); }
td.TdClassName
{
border-color: #B091CA;
}
.TagClassName
{
border-color: #B091CA;
}
</style>