Shades of Blue Bell #9899C1
Tints of Blue Bell #9899C1
RGB
CMYK
RGB Variations
Color information
#9899C1 (or 0x9899C1) is known color: Blue Bell. HEX triplet: 98, 99 and C1. RGB value is (152,153,193). Sum of RGB (Red+Green+Blue) = 152+153+193=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #9899C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899C1 is #67663E. Grayscale: #9D9D9D. Windows color (decimal): -6776383 or 12687768. OLE color: 12687768.
HSL color Cylindrical-coordinate representation of color #9899C1: hue angle of 238.54º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9899C1 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 153 | 193 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.24 |
| HSL | 238.54º | 0.25% | 0.68% | - |
| HSV(B) | 238.54º | 0.21% | 0.76% | - |
| XYZ | 33.97 | 33.31 | 55.09 | - |
| YUV | 157.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 193 | 0.21 | 0.21 | 0 | 0.24 | 238.54 | 0.25 | 0.68 |
| Hex | 98 | 99 | C1 | 15 | 15 | 0 | 18 | EF | 19 | 44 |
| Octal | 230 | 231 | 301 | 25 | 25 | 0 | 30 | 357 | 31 | 104 |
| Binary | 10011000 | 10011001 | 11000001 | 10101 | 10101 | 0 | 11000 | 11101111 | 11001 | 1000100 |
Color Harmonies of #9899C1
Complementary color
Monochromatic Colors of #9899C1
Black with #9899C1
Text Example
Text Example
White with #9899C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899C1; }
p { color: rgb(152,153,193); }
H1.HeaderClassName
{
color: #9899C1;
}
.AnyTagClassName
{
color: #9899C1;
}
</style>
background-color css
<style>
a { background-color: #9899C1; }
a { background-color: rgb(152,153,193); }
div.DivClassName
{
background-color: #9899C1;
}
.BgClassName
{
background-color: #9899C1;
}
</style>
border-color css
<style>
span { border-color: #9899C1; }
span { border-color: rgb(152,153,193); }
td.TdClassName
{
border-color: #9899C1;
}
.TagClassName
{
border-color: #9899C1;
}
</style>