Shades of Blue Bell #9899C0
Tints of Blue Bell #9899C0
RGB
CMYK
RGB Variations
Color information
#9899C0 (or 0x9899C0) is known color: Blue Bell. HEX triplet: 98, 99 and C0. RGB value is (152,153,192). Sum of RGB (Red+Green+Blue) = 152+153+192=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #9899C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899C0 is #67663F. Grayscale: #9C9C9C. Windows color (decimal): -6776384 or 12622232. OLE color: 12622232.
HSL color Cylindrical-coordinate representation of color #9899C0: hue angle of 238.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9899C0 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 153 | 192 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.25 |
| HSL | 238.5º | 0.24% | 0.67% | - |
| HSV(B) | 238.5º | 0.21% | 0.75% | - |
| XYZ | 33.85 | 33.26 | 54.51 | - |
| YUV | 157.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 192 | 0.21 | 0.20 | 0 | 0.25 | 238.5 | 0.24 | 0.67 |
| Hex | 98 | 99 | C0 | 15 | 14 | 0 | 19 | EE | 18 | 43 |
| Octal | 230 | 231 | 300 | 25 | 24 | 0 | 31 | 356 | 30 | 103 |
| Binary | 10011000 | 10011001 | 11000000 | 10101 | 10100 | 0 | 11001 | 11101110 | 11000 | 1000011 |
Color Harmonies of #9899C0
Complementary color
Monochromatic Colors of #9899C0
Black with #9899C0
Text Example
Text Example
White with #9899C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899C0; }
p { color: rgb(152,153,192); }
H1.HeaderClassName
{
color: #9899C0;
}
.AnyTagClassName
{
color: #9899C0;
}
</style>
background-color css
<style>
a { background-color: #9899C0; }
a { background-color: rgb(152,153,192); }
div.DivClassName
{
background-color: #9899C0;
}
.BgClassName
{
background-color: #9899C0;
}
</style>
border-color css
<style>
span { border-color: #9899C0; }
span { border-color: rgb(152,153,192); }
td.TdClassName
{
border-color: #9899C0;
}
.TagClassName
{
border-color: #9899C0;
}
</style>