Shades of Nebula #AACFBA
Tints of Nebula #AACFBA
RGB
CMYK
RGB Variations
Color information
#AACFBA (or 0xAACFBA) is known color: Nebula. HEX triplet: AA, CF and BA. RGB value is (170,207,186). Sum of RGB (Red+Green+Blue) = 170+207+186=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFBA is #553045. Grayscale: #C1C1C1. Windows color (decimal): -5582918 or 12242858. OLE color: 12242858.
HSL color Cylindrical-coordinate representation of color #AACFBA: hue angle of 145.95º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACFBA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 186 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.19 |
| HSL | 145.95º | 0.28% | 0.74% | - |
| HSV(B) | 145.95º | 0.18% | 0.81% | - |
| XYZ | 47.75 | 56.72 | 54.88 | - |
| YUV | 193.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 186 | 0.18 | 0 | 0.10 | 0.19 | 145.95 | 0.28 | 0.74 |
| Hex | AA | CF | BA | 12 | 0 | A | 13 | 92 | 1C | 4A |
| Octal | 252 | 317 | 272 | 22 | 0 | 12 | 23 | 222 | 34 | 112 |
| Binary | 10101010 | 11001111 | 10111010 | 10010 | 0 | 1010 | 10011 | 10010010 | 11100 | 1001010 |
Color Harmonies of #AACFBA
Complementary color
Monochromatic Colors of #AACFBA
Black with #AACFBA
Text Example
Text Example
White with #AACFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFBA; }
p { color: rgb(170,207,186); }
H1.HeaderClassName
{
color: #AACFBA;
}
.AnyTagClassName
{
color: #AACFBA;
}
</style>
background-color css
<style>
a { background-color: #AACFBA; }
a { background-color: rgb(170,207,186); }
div.DivClassName
{
background-color: #AACFBA;
}
.BgClassName
{
background-color: #AACFBA;
}
</style>
border-color css
<style>
span { border-color: #AACFBA; }
span { border-color: rgb(170,207,186); }
td.TdClassName
{
border-color: #AACFBA;
}
.TagClassName
{
border-color: #AACFBA;
}
</style>