Shades of Blue Bell #98A0C6
Tints of Blue Bell #98A0C6
RGB
CMYK
RGB Variations
Color information
#98A0C6 (or 0x98A0C6) is known color: Blue Bell. HEX triplet: 98, A0 and C6. RGB value is (152,160,198). Sum of RGB (Red+Green+Blue) = 152+160+198=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #98A0C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0C6 is #675F39. Grayscale: #A1A1A1. Windows color (decimal): -6774586 or 13017240. OLE color: 13017240.
HSL color Cylindrical-coordinate representation of color #98A0C6: hue angle of 229.57º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98A0C6 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 160 | 198 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.22 |
| HSL | 229.57º | 0.29% | 0.69% | - |
| HSV(B) | 229.57º | 0.23% | 0.78% | - |
| XYZ | 35.71 | 35.89 | 58.47 | - |
| YUV | 161.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 198 | 0.23 | 0.19 | 0 | 0.22 | 229.57 | 0.29 | 0.69 |
| Hex | 98 | A0 | C6 | 17 | 13 | 0 | 16 | E6 | 1D | 45 |
| Octal | 230 | 240 | 306 | 27 | 23 | 0 | 26 | 346 | 35 | 105 |
| Binary | 10011000 | 10100000 | 11000110 | 10111 | 10011 | 0 | 10110 | 11100110 | 11101 | 1000101 |
Color Harmonies of #98A0C6
Complementary color
Monochromatic Colors of #98A0C6
Black with #98A0C6
Text Example
Text Example
White with #98A0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0C6; }
p { color: rgb(152,160,198); }
H1.HeaderClassName
{
color: #98A0C6;
}
.AnyTagClassName
{
color: #98A0C6;
}
</style>
background-color css
<style>
a { background-color: #98A0C6; }
a { background-color: rgb(152,160,198); }
div.DivClassName
{
background-color: #98A0C6;
}
.BgClassName
{
background-color: #98A0C6;
}
</style>
border-color css
<style>
span { border-color: #98A0C6; }
span { border-color: rgb(152,160,198); }
td.TdClassName
{
border-color: #98A0C6;
}
.TagClassName
{
border-color: #98A0C6;
}
</style>