Shades of Nebula #ACCEBC
Tints of Nebula #ACCEBC
RGB
CMYK
RGB Variations
Color information
#ACCEBC (or 0xACCEBC) is known color: Nebula. HEX triplet: AC, CE and BC. RGB value is (172,206,188). Sum of RGB (Red+Green+Blue) = 172+206+188=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEBC is #533143. Grayscale: #C1C1C1. Windows color (decimal): -5452100 or 12373676. OLE color: 12373676.
HSL color Cylindrical-coordinate representation of color #ACCEBC: hue angle of 148.24º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEBC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 188 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.19 |
| HSL | 148.24º | 0.26% | 0.74% | - |
| HSV(B) | 148.24º | 0.17% | 0.81% | - |
| XYZ | 48.16 | 56.54 | 55.95 | - |
| YUV | 193.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 188 | 0.17 | 0 | 0.09 | 0.19 | 148.24 | 0.26 | 0.74 |
| Hex | AC | CE | BC | 11 | 0 | 9 | 13 | 94 | 1A | 4A |
| Octal | 254 | 316 | 274 | 21 | 0 | 11 | 23 | 224 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10111100 | 10001 | 0 | 1001 | 10011 | 10010100 | 11010 | 1001010 |
Color Harmonies of #ACCEBC
Complementary color
Monochromatic Colors of #ACCEBC
Black with #ACCEBC
Text Example
Text Example
White with #ACCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEBC; }
p { color: rgb(172,206,188); }
H1.HeaderClassName
{
color: #ACCEBC;
}
.AnyTagClassName
{
color: #ACCEBC;
}
</style>
background-color css
<style>
a { background-color: #ACCEBC; }
a { background-color: rgb(172,206,188); }
div.DivClassName
{
background-color: #ACCEBC;
}
.BgClassName
{
background-color: #ACCEBC;
}
</style>
border-color css
<style>
span { border-color: #ACCEBC; }
span { border-color: rgb(172,206,188); }
td.TdClassName
{
border-color: #ACCEBC;
}
.TagClassName
{
border-color: #ACCEBC;
}
</style>