Shades of Nebula #AACFBD
Tints of Nebula #AACFBD
RGB
CMYK
RGB Variations
Color information
#AACFBD (or 0xAACFBD) is known color: Nebula. HEX triplet: AA, CF and BD. RGB value is (170,207,189). Sum of RGB (Red+Green+Blue) = 170+207+189=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFBD is #553042. Grayscale: #C1C1C1. Windows color (decimal): -5582915 or 12439466. OLE color: 12439466.
HSL color Cylindrical-coordinate representation of color #AACFBD: hue angle of 150.81º 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 #AACFBD is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 189 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.19 |
| HSL | 150.81º | 0.28% | 0.74% | - |
| HSV(B) | 150.81º | 0.18% | 0.81% | - |
| XYZ | 48.08 | 56.85 | 56.58 | - |
| YUV | 193.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 189 | 0.18 | 0 | 0.09 | 0.19 | 150.81 | 0.28 | 0.74 |
| Hex | AA | CF | BD | 12 | 0 | 9 | 13 | 97 | 1C | 4A |
| Octal | 252 | 317 | 275 | 22 | 0 | 11 | 23 | 227 | 34 | 112 |
| Binary | 10101010 | 11001111 | 10111101 | 10010 | 0 | 1001 | 10011 | 10010111 | 11100 | 1001010 |
Color Harmonies of #AACFBD
Complementary color
Monochromatic Colors of #AACFBD
Black with #AACFBD
Text Example
Text Example
White with #AACFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFBD; }
p { color: rgb(170,207,189); }
H1.HeaderClassName
{
color: #AACFBD;
}
.AnyTagClassName
{
color: #AACFBD;
}
</style>
background-color css
<style>
a { background-color: #AACFBD; }
a { background-color: rgb(170,207,189); }
div.DivClassName
{
background-color: #AACFBD;
}
.BgClassName
{
background-color: #AACFBD;
}
</style>
border-color css
<style>
span { border-color: #AACFBD; }
span { border-color: rgb(170,207,189); }
td.TdClassName
{
border-color: #AACFBD;
}
.TagClassName
{
border-color: #AACFBD;
}
</style>