Shades of Nebula #AED1BB
Tints of Nebula #AED1BB
RGB
CMYK
RGB Variations
Color information
#AED1BB (or 0xAED1BB) is known color: Nebula. HEX triplet: AE, D1 and BB. RGB value is (174,209,187). Sum of RGB (Red+Green+Blue) = 174+209+187=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1BB is #512E44. Grayscale: #C4C4C4. Windows color (decimal): -5320261 or 12308910. OLE color: 12308910.
HSL color Cylindrical-coordinate representation of color #AED1BB: hue angle of 142.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED1BB is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 187 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.18 |
| HSL | 142.29º | 0.28% | 0.75% | - |
| HSV(B) | 142.29º | 0.17% | 0.82% | - |
| XYZ | 49.23 | 58.19 | 55.65 | - |
| YUV | 196.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 187 | 0.17 | 0 | 0.11 | 0.18 | 142.29 | 0.28 | 0.75 |
| Hex | AE | D1 | BB | 11 | 0 | B | 12 | 8E | 1C | 4B |
| Octal | 256 | 321 | 273 | 21 | 0 | 13 | 22 | 216 | 34 | 113 |
| Binary | 10101110 | 11010001 | 10111011 | 10001 | 0 | 1011 | 10010 | 10001110 | 11100 | 1001011 |
Color Harmonies of #AED1BB
Complementary color
Monochromatic Colors of #AED1BB
Black with #AED1BB
Text Example
Text Example
White with #AED1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1BB; }
p { color: rgb(174,209,187); }
H1.HeaderClassName
{
color: #AED1BB;
}
.AnyTagClassName
{
color: #AED1BB;
}
</style>
background-color css
<style>
a { background-color: #AED1BB; }
a { background-color: rgb(174,209,187); }
div.DivClassName
{
background-color: #AED1BB;
}
.BgClassName
{
background-color: #AED1BB;
}
</style>
border-color css
<style>
span { border-color: #AED1BB; }
span { border-color: rgb(174,209,187); }
td.TdClassName
{
border-color: #AED1BB;
}
.TagClassName
{
border-color: #AED1BB;
}
</style>