Shades of Nebula #ACCFBC
Tints of Nebula #ACCFBC
RGB
CMYK
RGB Variations
Color information
#ACCFBC (or 0xACCFBC) is known color: Nebula. HEX triplet: AC, CF and BC. RGB value is (172,207,188). Sum of RGB (Red+Green+Blue) = 172+207+188=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFBC is #533043. Grayscale: #C2C2C2. Windows color (decimal): -5451844 or 12373932. OLE color: 12373932.
HSL color Cylindrical-coordinate representation of color #ACCFBC: hue angle of 147.43º degrees, saturation: 0.27, 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 #ACCFBC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 188 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.19 |
| HSL | 147.43º | 0.27% | 0.74% | - |
| HSV(B) | 147.43º | 0.17% | 0.81% | - |
| XYZ | 48.4 | 57.03 | 56.03 | - |
| YUV | 194.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 188 | 0.17 | 0 | 0.09 | 0.19 | 147.43 | 0.27 | 0.74 |
| Hex | AC | CF | BC | 11 | 0 | 9 | 13 | 93 | 1B | 4A |
| Octal | 254 | 317 | 274 | 21 | 0 | 11 | 23 | 223 | 33 | 112 |
| Binary | 10101100 | 11001111 | 10111100 | 10001 | 0 | 1001 | 10011 | 10010011 | 11011 | 1001010 |
Color Harmonies of #ACCFBC
Complementary color
Monochromatic Colors of #ACCFBC
Black with #ACCFBC
Text Example
Text Example
White with #ACCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFBC; }
p { color: rgb(172,207,188); }
H1.HeaderClassName
{
color: #ACCFBC;
}
.AnyTagClassName
{
color: #ACCFBC;
}
</style>
background-color css
<style>
a { background-color: #ACCFBC; }
a { background-color: rgb(172,207,188); }
div.DivClassName
{
background-color: #ACCFBC;
}
.BgClassName
{
background-color: #ACCFBC;
}
</style>
border-color css
<style>
span { border-color: #ACCFBC; }
span { border-color: rgb(172,207,188); }
td.TdClassName
{
border-color: #ACCFBC;
}
.TagClassName
{
border-color: #ACCFBC;
}
</style>