Shades of Blue Bell #9BA0BF
Tints of Blue Bell #9BA0BF
RGB
CMYK
RGB Variations
Color information
#9BA0BF (or 0x9BA0BF) is known color: Blue Bell. HEX triplet: 9B, A0 and BF. RGB value is (155,160,191). Sum of RGB (Red+Green+Blue) = 155+160+191=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0BF is #645F40. Grayscale: #A1A1A1. Windows color (decimal): -6577985 or 12558491. OLE color: 12558491.
HSL color Cylindrical-coordinate representation of color #9BA0BF: hue angle of 231.67º 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 #9BA0BF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 160 | 191 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.25 |
| HSL | 231.67º | 0.22% | 0.68% | - |
| HSV(B) | 231.67º | 0.19% | 0.75% | - |
| XYZ | 35.49 | 35.87 | 54.34 | - |
| YUV | 162.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 191 | 0.19 | 0.16 | 0 | 0.25 | 231.67 | 0.22 | 0.68 |
| Hex | 9B | A0 | BF | 13 | 10 | 0 | 19 | E8 | 16 | 44 |
| Octal | 233 | 240 | 277 | 23 | 20 | 0 | 31 | 350 | 26 | 104 |
| Binary | 10011011 | 10100000 | 10111111 | 10011 | 10000 | 0 | 11001 | 11101000 | 10110 | 1000100 |
Color Harmonies of #9BA0BF
Complementary color
Monochromatic Colors of #9BA0BF
Black with #9BA0BF
Text Example
Text Example
White with #9BA0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0BF; }
p { color: rgb(155,160,191); }
H1.HeaderClassName
{
color: #9BA0BF;
}
.AnyTagClassName
{
color: #9BA0BF;
}
</style>
background-color css
<style>
a { background-color: #9BA0BF; }
a { background-color: rgb(155,160,191); }
div.DivClassName
{
background-color: #9BA0BF;
}
.BgClassName
{
background-color: #9BA0BF;
}
</style>
border-color css
<style>
span { border-color: #9BA0BF; }
span { border-color: rgb(155,160,191); }
td.TdClassName
{
border-color: #9BA0BF;
}
.TagClassName
{
border-color: #9BA0BF;
}
</style>