Shades of Morning Glory #ACCCD0
Tints of Morning Glory #ACCCD0
RGB
CMYK
RGB Variations
Color information
#ACCCD0 (or 0xACCCD0) is known color: Morning Glory. HEX triplet: AC, CC and D0. RGB value is (172,204,208). Sum of RGB (Red+Green+Blue) = 172+204+208=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACCCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD0 is #53332F. Grayscale: #C2C2C2. Windows color (decimal): -5452592 or 13683884. OLE color: 13683884.
HSL color Cylindrical-coordinate representation of color #ACCCD0: hue angle of 186.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCCD0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 204 | 208 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.18 |
| HSL | 186.67º | 0.28% | 0.75% | - |
| HSV(B) | 186.67º | 0.17% | 0.82% | - |
| XYZ | 49.99 | 56.51 | 67.95 | - |
| YUV | 194.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 208 | 0.17 | 0.02 | 0 | 0.18 | 186.67 | 0.28 | 0.75 |
| Hex | AC | CC | D0 | 11 | 2 | 0 | 12 | BB | 1C | 4B |
| Octal | 254 | 314 | 320 | 21 | 2 | 0 | 22 | 273 | 34 | 113 |
| Binary | 10101100 | 11001100 | 11010000 | 10001 | 10 | 0 | 10010 | 10111011 | 11100 | 1001011 |
Color Harmonies of #ACCCD0
Complementary color
Monochromatic Colors of #ACCCD0
Black with #ACCCD0
Text Example
Text Example
White with #ACCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCD0; }
p { color: rgb(172,204,208); }
H1.HeaderClassName
{
color: #ACCCD0;
}
.AnyTagClassName
{
color: #ACCCD0;
}
</style>
background-color css
<style>
a { background-color: #ACCCD0; }
a { background-color: rgb(172,204,208); }
div.DivClassName
{
background-color: #ACCCD0;
}
.BgClassName
{
background-color: #ACCCD0;
}
</style>
border-color css
<style>
span { border-color: #ACCCD0; }
span { border-color: rgb(172,204,208); }
td.TdClassName
{
border-color: #ACCCD0;
}
.TagClassName
{
border-color: #ACCCD0;
}
</style>