Shades of Morning Glory #96BFC1
Tints of Morning Glory #96BFC1
RGB
CMYK
RGB Variations
Color information
#96BFC1 (or 0x96BFC1) is known color: Morning Glory. HEX triplet: 96, BF and C1. RGB value is (150,191,193). Sum of RGB (Red+Green+Blue) = 150+191+193=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #96BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFC1 is #69403E. Grayscale: #B2B2B2. Windows color (decimal): -6897727 or 12697494. OLE color: 12697494.
HSL color Cylindrical-coordinate representation of color #96BFC1: hue angle of 182.79º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BFC1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 191 | 193 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.24 |
| HSL | 182.79º | 0.26% | 0.67% | - |
| HSV(B) | 182.79º | 0.22% | 0.76% | - |
| XYZ | 40.83 | 47.6 | 57.49 | - |
| YUV | 178.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 193 | 0.22 | 0.01 | 0 | 0.24 | 182.79 | 0.26 | 0.67 |
| Hex | 96 | BF | C1 | 16 | 1 | 0 | 18 | B7 | 1A | 43 |
| Octal | 226 | 277 | 301 | 26 | 1 | 0 | 30 | 267 | 32 | 103 |
| Binary | 10010110 | 10111111 | 11000001 | 10110 | 1 | 0 | 11000 | 10110111 | 11010 | 1000011 |
Color Harmonies of #96BFC1
Complementary color
Monochromatic Colors of #96BFC1
Black with #96BFC1
Text Example
Text Example
White with #96BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFC1; }
p { color: rgb(150,191,193); }
H1.HeaderClassName
{
color: #96BFC1;
}
.AnyTagClassName
{
color: #96BFC1;
}
</style>
background-color css
<style>
a { background-color: #96BFC1; }
a { background-color: rgb(150,191,193); }
div.DivClassName
{
background-color: #96BFC1;
}
.BgClassName
{
background-color: #96BFC1;
}
</style>
border-color css
<style>
span { border-color: #96BFC1; }
span { border-color: rgb(150,191,193); }
td.TdClassName
{
border-color: #96BFC1;
}
.TagClassName
{
border-color: #96BFC1;
}
</style>