Shades of Nebula #AED6BE
Tints of Nebula #AED6BE
RGB
CMYK
RGB Variations
Color information
#AED6BE (or 0xAED6BE) is known color: Nebula. HEX triplet: AE, D6 and BE. RGB value is (174,214,190). Sum of RGB (Red+Green+Blue) = 174+214+190=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6BE is #512941. Grayscale: #C7C7C7. Windows color (decimal): -5318978 or 12506798. OLE color: 12506798.
HSL color Cylindrical-coordinate representation of color #AED6BE: hue angle of 144º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6BE is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 190 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.16 |
| HSL | 144º | 0.33% | 0.76% | - |
| HSV(B) | 144º | 0.19% | 0.84% | - |
| XYZ | 50.8 | 60.81 | 57.78 | - |
| YUV | 199.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 190 | 0.19 | 0 | 0.11 | 0.16 | 144 | 0.33 | 0.76 |
| Hex | AE | D6 | BE | 13 | 0 | B | 10 | 90 | 21 | 4C |
| Octal | 256 | 326 | 276 | 23 | 0 | 13 | 20 | 220 | 41 | 114 |
| Binary | 10101110 | 11010110 | 10111110 | 10011 | 0 | 1011 | 10000 | 10010000 | 100001 | 1001100 |
Color Harmonies of #AED6BE
Complementary color
Monochromatic Colors of #AED6BE
Black with #AED6BE
Text Example
Text Example
White with #AED6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6BE; }
p { color: rgb(174,214,190); }
H1.HeaderClassName
{
color: #AED6BE;
}
.AnyTagClassName
{
color: #AED6BE;
}
</style>
background-color css
<style>
a { background-color: #AED6BE; }
a { background-color: rgb(174,214,190); }
div.DivClassName
{
background-color: #AED6BE;
}
.BgClassName
{
background-color: #AED6BE;
}
</style>
border-color css
<style>
span { border-color: #AED6BE; }
span { border-color: rgb(174,214,190); }
td.TdClassName
{
border-color: #AED6BE;
}
.TagClassName
{
border-color: #AED6BE;
}
</style>