Shades of Morning Glory #98BFC5
Tints of Morning Glory #98BFC5
RGB
CMYK
RGB Variations
Color information
#98BFC5 (or 0x98BFC5) is known color: Morning Glory. HEX triplet: 98, BF and C5. RGB value is (152,191,197). Sum of RGB (Red+Green+Blue) = 152+191+197=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #98BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFC5 is #67403A. Grayscale: #B3B3B3. Windows color (decimal): -6766651 or 12959640. OLE color: 12959640.
HSL color Cylindrical-coordinate representation of color #98BFC5: hue angle of 188º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98BFC5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 191 | 197 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.23 |
| HSL | 188º | 0.28% | 0.68% | - |
| HSV(B) | 188º | 0.23% | 0.77% | - |
| XYZ | 41.66 | 47.97 | 59.89 | - |
| YUV | 180.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 197 | 0.23 | 0.03 | 0 | 0.23 | 188 | 0.28 | 0.68 |
| Hex | 98 | BF | C5 | 17 | 3 | 0 | 17 | BC | 1C | 44 |
| Octal | 230 | 277 | 305 | 27 | 3 | 0 | 27 | 274 | 34 | 104 |
| Binary | 10011000 | 10111111 | 11000101 | 10111 | 11 | 0 | 10111 | 10111100 | 11100 | 1000100 |
Color Harmonies of #98BFC5
Complementary color
Monochromatic Colors of #98BFC5
Black with #98BFC5
Text Example
Text Example
White with #98BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFC5; }
p { color: rgb(152,191,197); }
H1.HeaderClassName
{
color: #98BFC5;
}
.AnyTagClassName
{
color: #98BFC5;
}
</style>
background-color css
<style>
a { background-color: #98BFC5; }
a { background-color: rgb(152,191,197); }
div.DivClassName
{
background-color: #98BFC5;
}
.BgClassName
{
background-color: #98BFC5;
}
</style>
border-color css
<style>
span { border-color: #98BFC5; }
span { border-color: rgb(152,191,197); }
td.TdClassName
{
border-color: #98BFC5;
}
.TagClassName
{
border-color: #98BFC5;
}
</style>