Shades of Nebula #AED0BC
Tints of Nebula #AED0BC
RGB
CMYK
RGB Variations
Color information
#AED0BC (or 0xAED0BC) is known color: Nebula. HEX triplet: AE, D0 and BC. RGB value is (174,208,188). Sum of RGB (Red+Green+Blue) = 174+208+188=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0BC is #512F43. Grayscale: #C3C3C3. Windows color (decimal): -5320516 or 12374190. OLE color: 12374190.
HSL color Cylindrical-coordinate representation of color #AED0BC: hue angle of 144.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AED0BC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 188 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.18 |
| HSL | 144.71º | 0.27% | 0.75% | - |
| HSV(B) | 144.71º | 0.16% | 0.82% | - |
| XYZ | 49.09 | 57.74 | 56.13 | - |
| YUV | 195.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 188 | 0.16 | 0 | 0.10 | 0.18 | 144.71 | 0.27 | 0.75 |
| Hex | AE | D0 | BC | 10 | 0 | A | 12 | 91 | 1B | 4B |
| Octal | 256 | 320 | 274 | 20 | 0 | 12 | 22 | 221 | 33 | 113 |
| Binary | 10101110 | 11010000 | 10111100 | 10000 | 0 | 1010 | 10010 | 10010001 | 11011 | 1001011 |
Color Harmonies of #AED0BC
Complementary color
Monochromatic Colors of #AED0BC
Black with #AED0BC
Text Example
Text Example
White with #AED0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0BC; }
p { color: rgb(174,208,188); }
H1.HeaderClassName
{
color: #AED0BC;
}
.AnyTagClassName
{
color: #AED0BC;
}
</style>
background-color css
<style>
a { background-color: #AED0BC; }
a { background-color: rgb(174,208,188); }
div.DivClassName
{
background-color: #AED0BC;
}
.BgClassName
{
background-color: #AED0BC;
}
</style>
border-color css
<style>
span { border-color: #AED0BC; }
span { border-color: rgb(174,208,188); }
td.TdClassName
{
border-color: #AED0BC;
}
.TagClassName
{
border-color: #AED0BC;
}
</style>