Shades of East Side #B09BBF
Tints of East Side #B09BBF
RGB
CMYK
RGB Variations
Color information
#B09BBF (or 0xB09BBF) is known color: East Side. HEX triplet: B0, 9B and BF. RGB value is (176,155,191). Sum of RGB (Red+Green+Blue) = 176+155+191=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #B09BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BBF is #4F6440. Grayscale: #A5A5A5. Windows color (decimal): -5203009 or 12557232. OLE color: 12557232.
HSL color Cylindrical-coordinate representation of color #B09BBF: hue angle of 275º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B09BBF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 155 | 191 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.25 |
| HSL | 275º | 0.22% | 0.68% | - |
| HSV(B) | 275º | 0.19% | 0.75% | - |
| XYZ | 39.03 | 36.43 | 54.27 | - |
| YUV | 165.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 191 | 0.08 | 0.19 | 0 | 0.25 | 275 | 0.22 | 0.68 |
| Hex | B0 | 9B | BF | 8 | 13 | 0 | 19 | 113 | 16 | 44 |
| Octal | 260 | 233 | 277 | 10 | 23 | 0 | 31 | 423 | 26 | 104 |
| Binary | 10110000 | 10011011 | 10111111 | 1000 | 10011 | 0 | 11001 | 100010011 | 10110 | 1000100 |
Color Harmonies of #B09BBF
Complementary color
Monochromatic Colors of #B09BBF
Black with #B09BBF
Text Example
Text Example
White with #B09BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BBF; }
p { color: rgb(176,155,191); }
H1.HeaderClassName
{
color: #B09BBF;
}
.AnyTagClassName
{
color: #B09BBF;
}
</style>
background-color css
<style>
a { background-color: #B09BBF; }
a { background-color: rgb(176,155,191); }
div.DivClassName
{
background-color: #B09BBF;
}
.BgClassName
{
background-color: #B09BBF;
}
</style>
border-color css
<style>
span { border-color: #B09BBF; }
span { border-color: rgb(176,155,191); }
td.TdClassName
{
border-color: #B09BBF;
}
.TagClassName
{
border-color: #B09BBF;
}
</style>