Shades of Morning Glory #96BFC3
Tints of Morning Glory #96BFC3
RGB
CMYK
RGB Variations
Color information
#96BFC3 (or 0x96BFC3) is known color: Morning Glory. HEX triplet: 96, BF and C3. RGB value is (150,191,195). Sum of RGB (Red+Green+Blue) = 150+191+195=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 195 - color contains mainly: blue. Hex color #96BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFC3 is #69403C. Grayscale: #B3B3B3. Windows color (decimal): -6897725 or 12828566. OLE color: 12828566.
HSL color Cylindrical-coordinate representation of color #96BFC3: hue angle of 185.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BFC3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 191 | 195 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.24 |
| HSL | 185.33º | 0.27% | 0.68% | - |
| HSV(B) | 185.33º | 0.23% | 0.76% | - |
| XYZ | 41.06 | 47.69 | 58.67 | - |
| YUV | 179.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 195 | 0.23 | 0.02 | 0 | 0.24 | 185.33 | 0.27 | 0.68 |
| Hex | 96 | BF | C3 | 17 | 2 | 0 | 18 | B9 | 1B | 44 |
| Octal | 226 | 277 | 303 | 27 | 2 | 0 | 30 | 271 | 33 | 104 |
| Binary | 10010110 | 10111111 | 11000011 | 10111 | 10 | 0 | 11000 | 10111001 | 11011 | 1000100 |
Color Harmonies of #96BFC3
Complementary color
Monochromatic Colors of #96BFC3
Black with #96BFC3
Text Example
Text Example
White with #96BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFC3; }
p { color: rgb(150,191,195); }
H1.HeaderClassName
{
color: #96BFC3;
}
.AnyTagClassName
{
color: #96BFC3;
}
</style>
background-color css
<style>
a { background-color: #96BFC3; }
a { background-color: rgb(150,191,195); }
div.DivClassName
{
background-color: #96BFC3;
}
.BgClassName
{
background-color: #96BFC3;
}
</style>
border-color css
<style>
span { border-color: #96BFC3; }
span { border-color: rgb(150,191,195); }
td.TdClassName
{
border-color: #96BFC3;
}
.TagClassName
{
border-color: #96BFC3;
}
</style>