Shades of East Side #B09ABB
Tints of East Side #B09ABB
RGB
CMYK
RGB Variations
Color information
#B09ABB (or 0xB09ABB) is known color: East Side. HEX triplet: B0, 9A and BB. RGB value is (176,154,187). Sum of RGB (Red+Green+Blue) = 176+154+187=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #B09ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ABB is #4F6544. Grayscale: #A4A4A4. Windows color (decimal): -5203269 or 12294832. OLE color: 12294832.
HSL color Cylindrical-coordinate representation of color #B09ABB: hue angle of 280º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09ABB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 154 | 187 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.27 |
| HSL | 280º | 0.2% | 0.67% | - |
| HSV(B) | 280º | 0.18% | 0.73% | - |
| XYZ | 38.43 | 35.93 | 51.92 | - |
| YUV | 164.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 187 | 0.06 | 0.18 | 0 | 0.27 | 280 | 0.2 | 0.67 |
| Hex | B0 | 9A | BB | 6 | 12 | 0 | 1B | 118 | 14 | 43 |
| Octal | 260 | 232 | 273 | 6 | 22 | 0 | 33 | 430 | 24 | 103 |
| Binary | 10110000 | 10011010 | 10111011 | 110 | 10010 | 0 | 11011 | 100011000 | 10100 | 1000011 |
Color Harmonies of #B09ABB
Complementary color
Monochromatic Colors of #B09ABB
Black with #B09ABB
Text Example
Text Example
White with #B09ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09ABB; }
p { color: rgb(176,154,187); }
H1.HeaderClassName
{
color: #B09ABB;
}
.AnyTagClassName
{
color: #B09ABB;
}
</style>
background-color css
<style>
a { background-color: #B09ABB; }
a { background-color: rgb(176,154,187); }
div.DivClassName
{
background-color: #B09ABB;
}
.BgClassName
{
background-color: #B09ABB;
}
</style>
border-color css
<style>
span { border-color: #B09ABB; }
span { border-color: rgb(176,154,187); }
td.TdClassName
{
border-color: #B09ABB;
}
.TagClassName
{
border-color: #B09ABB;
}
</style>