Shades of Blue Bell #9AA0BF
Tints of Blue Bell #9AA0BF
RGB
CMYK
RGB Variations
Color information
#9AA0BF (or 0x9AA0BF) is known color: Blue Bell. HEX triplet: 9A, A0 and BF. RGB value is (154,160,191). Sum of RGB (Red+Green+Blue) = 154+160+191=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0BF is #655F40. Grayscale: #A1A1A1. Windows color (decimal): -6643521 or 12558490. OLE color: 12558490.
HSL color Cylindrical-coordinate representation of color #9AA0BF: hue angle of 230.27º 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 #9AA0BF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 160 | 191 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.25 |
| HSL | 230.27º | 0.22% | 0.68% | - |
| HSV(B) | 230.27º | 0.19% | 0.75% | - |
| XYZ | 35.3 | 35.77 | 54.33 | - |
| YUV | 161.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 191 | 0.19 | 0.16 | 0 | 0.25 | 230.27 | 0.22 | 0.68 |
| Hex | 9A | A0 | BF | 13 | 10 | 0 | 19 | E6 | 16 | 44 |
| Octal | 232 | 240 | 277 | 23 | 20 | 0 | 31 | 346 | 26 | 104 |
| Binary | 10011010 | 10100000 | 10111111 | 10011 | 10000 | 0 | 11001 | 11100110 | 10110 | 1000100 |
Color Harmonies of #9AA0BF
Complementary color
Monochromatic Colors of #9AA0BF
Black with #9AA0BF
Text Example
Text Example
White with #9AA0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA0BF; }
p { color: rgb(154,160,191); }
H1.HeaderClassName
{
color: #9AA0BF;
}
.AnyTagClassName
{
color: #9AA0BF;
}
</style>
background-color css
<style>
a { background-color: #9AA0BF; }
a { background-color: rgb(154,160,191); }
div.DivClassName
{
background-color: #9AA0BF;
}
.BgClassName
{
background-color: #9AA0BF;
}
</style>
border-color css
<style>
span { border-color: #9AA0BF; }
span { border-color: rgb(154,160,191); }
td.TdClassName
{
border-color: #9AA0BF;
}
.TagClassName
{
border-color: #9AA0BF;
}
</style>