Shades of Nebula #A9D2BD
Tints of Nebula #A9D2BD
RGB
CMYK
RGB Variations
Color information
#A9D2BD (or 0xA9D2BD) is known color: Nebula. HEX triplet: A9, D2 and BD. RGB value is (169,210,189). Sum of RGB (Red+Green+Blue) = 169+210+189=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D2BD is #562D42. Grayscale: #C3C3C3. Windows color (decimal): -5647683 or 12440233. OLE color: 12440233.
HSL color Cylindrical-coordinate representation of color #A9D2BD: hue angle of 149.27º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D2BD is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 189 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.18 |
| HSL | 149.27º | 0.31% | 0.74% | - |
| HSV(B) | 149.27º | 0.2% | 0.82% | - |
| XYZ | 48.59 | 58.2 | 56.82 | - |
| YUV | 195.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 189 | 0.20 | 0 | 0.10 | 0.18 | 149.27 | 0.31 | 0.74 |
| Hex | A9 | D2 | BD | 14 | 0 | A | 12 | 95 | 1F | 4A |
| Octal | 251 | 322 | 275 | 24 | 0 | 12 | 22 | 225 | 37 | 112 |
| Binary | 10101001 | 11010010 | 10111101 | 10100 | 0 | 1010 | 10010 | 10010101 | 11111 | 1001010 |
Color Harmonies of #A9D2BD
Complementary color
Monochromatic Colors of #A9D2BD
Black with #A9D2BD
Text Example
Text Example
White with #A9D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D2BD; }
p { color: rgb(169,210,189); }
H1.HeaderClassName
{
color: #A9D2BD;
}
.AnyTagClassName
{
color: #A9D2BD;
}
</style>
background-color css
<style>
a { background-color: #A9D2BD; }
a { background-color: rgb(169,210,189); }
div.DivClassName
{
background-color: #A9D2BD;
}
.BgClassName
{
background-color: #A9D2BD;
}
</style>
border-color css
<style>
span { border-color: #A9D2BD; }
span { border-color: rgb(169,210,189); }
td.TdClassName
{
border-color: #A9D2BD;
}
.TagClassName
{
border-color: #A9D2BD;
}
</style>