Shades of Nebula #A9D1BB
Tints of Nebula #A9D1BB
RGB
CMYK
RGB Variations
Color information
#A9D1BB (or 0xA9D1BB) is known color: Nebula. HEX triplet: A9, D1 and BB. RGB value is (169,209,187). Sum of RGB (Red+Green+Blue) = 169+209+187=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D1BB is #562E44. Grayscale: #C2C2C2. Windows color (decimal): -5647941 or 12308905. OLE color: 12308905.
HSL color Cylindrical-coordinate representation of color #A9D1BB: hue angle of 147º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9D1BB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 209 | 187 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.18 |
| HSL | 147º | 0.3% | 0.74% | - |
| HSV(B) | 147º | 0.19% | 0.82% | - |
| XYZ | 48.13 | 57.62 | 55.6 | - |
| YUV | 194.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 187 | 0.19 | 0 | 0.11 | 0.18 | 147 | 0.3 | 0.74 |
| Hex | A9 | D1 | BB | 13 | 0 | B | 12 | 93 | 1E | 4A |
| Octal | 251 | 321 | 273 | 23 | 0 | 13 | 22 | 223 | 36 | 112 |
| Binary | 10101001 | 11010001 | 10111011 | 10011 | 0 | 1011 | 10010 | 10010011 | 11110 | 1001010 |
Color Harmonies of #A9D1BB
Complementary color
Monochromatic Colors of #A9D1BB
Black with #A9D1BB
Text Example
Text Example
White with #A9D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D1BB; }
p { color: rgb(169,209,187); }
H1.HeaderClassName
{
color: #A9D1BB;
}
.AnyTagClassName
{
color: #A9D1BB;
}
</style>
background-color css
<style>
a { background-color: #A9D1BB; }
a { background-color: rgb(169,209,187); }
div.DivClassName
{
background-color: #A9D1BB;
}
.BgClassName
{
background-color: #A9D1BB;
}
</style>
border-color css
<style>
span { border-color: #A9D1BB; }
span { border-color: rgb(169,209,187); }
td.TdClassName
{
border-color: #A9D1BB;
}
.TagClassName
{
border-color: #A9D1BB;
}
</style>