Shades of Nebula #ACCFBD
Tints of Nebula #ACCFBD
RGB
CMYK
RGB Variations
Color information
#ACCFBD (or 0xACCFBD) is known color: Nebula. HEX triplet: AC, CF and BD. RGB value is (172,207,189). Sum of RGB (Red+Green+Blue) = 172+207+189=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFBD is #533042. Grayscale: #C2C2C2. Windows color (decimal): -5451843 or 12439468. OLE color: 12439468.
HSL color Cylindrical-coordinate representation of color #ACCFBD: hue angle of 149.14º 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 #ACCFBD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 189 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.19 |
| HSL | 149.14º | 0.27% | 0.74% | - |
| HSV(B) | 149.14º | 0.17% | 0.81% | - |
| XYZ | 48.51 | 57.07 | 56.6 | - |
| YUV | 194.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 189 | 0.17 | 0 | 0.09 | 0.19 | 149.14 | 0.27 | 0.74 |
| Hex | AC | CF | BD | 11 | 0 | 9 | 13 | 95 | 1B | 4A |
| Octal | 254 | 317 | 275 | 21 | 0 | 11 | 23 | 225 | 33 | 112 |
| Binary | 10101100 | 11001111 | 10111101 | 10001 | 0 | 1001 | 10011 | 10010101 | 11011 | 1001010 |
Color Harmonies of #ACCFBD
Complementary color
Monochromatic Colors of #ACCFBD
Black with #ACCFBD
Text Example
Text Example
White with #ACCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFBD; }
p { color: rgb(172,207,189); }
H1.HeaderClassName
{
color: #ACCFBD;
}
.AnyTagClassName
{
color: #ACCFBD;
}
</style>
background-color css
<style>
a { background-color: #ACCFBD; }
a { background-color: rgb(172,207,189); }
div.DivClassName
{
background-color: #ACCFBD;
}
.BgClassName
{
background-color: #ACCFBD;
}
</style>
border-color css
<style>
span { border-color: #ACCFBD; }
span { border-color: rgb(172,207,189); }
td.TdClassName
{
border-color: #ACCFBD;
}
.TagClassName
{
border-color: #ACCFBD;
}
</style>