Shades of East Side #B091C8
Tints of East Side #B091C8
RGB
CMYK
RGB Variations
Color information
#B091C8 (or 0xB091C8) is known color: East Side. HEX triplet: B0, 91 and C8. RGB value is (176,145,200). Sum of RGB (Red+Green+Blue) = 176+145+200=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #B091C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091C8 is #4F6E37. Grayscale: #A0A0A0. Windows color (decimal): -5205560 or 13144496. OLE color: 13144496.
HSL color Cylindrical-coordinate representation of color #B091C8: hue angle of 273.82º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B091C8 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 145 | 200 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.22 |
| HSL | 273.82º | 0.33% | 0.68% | - |
| HSV(B) | 273.82º | 0.28% | 0.78% | - |
| XYZ | 38.46 | 33.65 | 59.11 | - |
| YUV | 160.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 200 | 0.12 | 0.28 | 0 | 0.22 | 273.82 | 0.33 | 0.68 |
| Hex | B0 | 91 | C8 | C | 1C | 0 | 16 | 112 | 21 | 44 |
| Octal | 260 | 221 | 310 | 14 | 34 | 0 | 26 | 422 | 41 | 104 |
| Binary | 10110000 | 10010001 | 11001000 | 1100 | 11100 | 0 | 10110 | 100010010 | 100001 | 1000100 |
Color Harmonies of #B091C8
Complementary color
Monochromatic Colors of #B091C8
Black with #B091C8
Text Example
Text Example
White with #B091C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091C8; }
p { color: rgb(176,145,200); }
H1.HeaderClassName
{
color: #B091C8;
}
.AnyTagClassName
{
color: #B091C8;
}
</style>
background-color css
<style>
a { background-color: #B091C8; }
a { background-color: rgb(176,145,200); }
div.DivClassName
{
background-color: #B091C8;
}
.BgClassName
{
background-color: #B091C8;
}
</style>
border-color css
<style>
span { border-color: #B091C8; }
span { border-color: rgb(176,145,200); }
td.TdClassName
{
border-color: #B091C8;
}
.TagClassName
{
border-color: #B091C8;
}
</style>