Shades of Nebula #AED3BB
Tints of Nebula #AED3BB
RGB
CMYK
RGB Variations
Color information
#AED3BB (or 0xAED3BB) is known color: Nebula. HEX triplet: AE, D3 and BB. RGB value is (174,211,187). Sum of RGB (Red+Green+Blue) = 174+211+187=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3BB is #512C44. Grayscale: #C5C5C5. Windows color (decimal): -5319749 or 12309422. OLE color: 12309422.
HSL color Cylindrical-coordinate representation of color #AED3BB: hue angle of 141.08º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED3BB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 187 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.17 |
| HSL | 141.08º | 0.3% | 0.75% | - |
| HSV(B) | 141.08º | 0.18% | 0.83% | - |
| XYZ | 49.72 | 59.18 | 55.82 | - |
| YUV | 197.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 187 | 0.18 | 0 | 0.11 | 0.17 | 141.08 | 0.3 | 0.75 |
| Hex | AE | D3 | BB | 12 | 0 | B | 11 | 8D | 1E | 4B |
| Octal | 256 | 323 | 273 | 22 | 0 | 13 | 21 | 215 | 36 | 113 |
| Binary | 10101110 | 11010011 | 10111011 | 10010 | 0 | 1011 | 10001 | 10001101 | 11110 | 1001011 |
Color Harmonies of #AED3BB
Complementary color
Monochromatic Colors of #AED3BB
Black with #AED3BB
Text Example
Text Example
White with #AED3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3BB; }
p { color: rgb(174,211,187); }
H1.HeaderClassName
{
color: #AED3BB;
}
.AnyTagClassName
{
color: #AED3BB;
}
</style>
background-color css
<style>
a { background-color: #AED3BB; }
a { background-color: rgb(174,211,187); }
div.DivClassName
{
background-color: #AED3BB;
}
.BgClassName
{
background-color: #AED3BB;
}
</style>
border-color css
<style>
span { border-color: #AED3BB; }
span { border-color: rgb(174,211,187); }
td.TdClassName
{
border-color: #AED3BB;
}
.TagClassName
{
border-color: #AED3BB;
}
</style>