Shades of Nebula #A9D3BD
Tints of Nebula #A9D3BD
RGB
CMYK
RGB Variations
Color information
#A9D3BD (or 0xA9D3BD) is known color: Nebula. HEX triplet: A9, D3 and BD. RGB value is (169,211,189). Sum of RGB (Red+Green+Blue) = 169+211+189=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D3BD is #562C42. Grayscale: #C3C3C3. Windows color (decimal): -5647427 or 12440489. OLE color: 12440489.
HSL color Cylindrical-coordinate representation of color #A9D3BD: hue angle of 148.57º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D3BD is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 211 | 189 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.17 |
| HSL | 148.57º | 0.32% | 0.75% | - |
| HSV(B) | 148.57º | 0.2% | 0.83% | - |
| XYZ | 48.84 | 58.7 | 56.9 | - |
| YUV | 195.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 211 | 189 | 0.20 | 0 | 0.10 | 0.17 | 148.57 | 0.32 | 0.75 |
| Hex | A9 | D3 | BD | 14 | 0 | A | 11 | 95 | 20 | 4B |
| Octal | 251 | 323 | 275 | 24 | 0 | 12 | 21 | 225 | 40 | 113 |
| Binary | 10101001 | 11010011 | 10111101 | 10100 | 0 | 1010 | 10001 | 10010101 | 100000 | 1001011 |
Color Harmonies of #A9D3BD
Complementary color
Monochromatic Colors of #A9D3BD
Black with #A9D3BD
Text Example
Text Example
White with #A9D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D3BD; }
p { color: rgb(169,211,189); }
H1.HeaderClassName
{
color: #A9D3BD;
}
.AnyTagClassName
{
color: #A9D3BD;
}
</style>
background-color css
<style>
a { background-color: #A9D3BD; }
a { background-color: rgb(169,211,189); }
div.DivClassName
{
background-color: #A9D3BD;
}
.BgClassName
{
background-color: #A9D3BD;
}
</style>
border-color css
<style>
span { border-color: #A9D3BD; }
span { border-color: rgb(169,211,189); }
td.TdClassName
{
border-color: #A9D3BD;
}
.TagClassName
{
border-color: #A9D3BD;
}
</style>