Shades of Nebula #AED6BD
Tints of Nebula #AED6BD
RGB
CMYK
RGB Variations
Color information
#AED6BD (or 0xAED6BD) is known color: Nebula. HEX triplet: AE, D6 and BD. RGB value is (174,214,189). Sum of RGB (Red+Green+Blue) = 174+214+189=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6BD is #512942. Grayscale: #C7C7C7. Windows color (decimal): -5318979 or 12441262. OLE color: 12441262.
HSL color Cylindrical-coordinate representation of color #AED6BD: hue angle of 142.5º 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 #AED6BD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 189 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.16 |
| HSL | 142.5º | 0.33% | 0.76% | - |
| HSV(B) | 142.5º | 0.19% | 0.84% | - |
| XYZ | 50.69 | 60.77 | 57.2 | - |
| YUV | 199.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 189 | 0.19 | 0 | 0.12 | 0.16 | 142.5 | 0.33 | 0.76 |
| Hex | AE | D6 | BD | 13 | 0 | C | 10 | 8E | 21 | 4C |
| Octal | 256 | 326 | 275 | 23 | 0 | 14 | 20 | 216 | 41 | 114 |
| Binary | 10101110 | 11010110 | 10111101 | 10011 | 0 | 1100 | 10000 | 10001110 | 100001 | 1001100 |
Color Harmonies of #AED6BD
Complementary color
Monochromatic Colors of #AED6BD
Black with #AED6BD
Text Example
Text Example
White with #AED6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6BD; }
p { color: rgb(174,214,189); }
H1.HeaderClassName
{
color: #AED6BD;
}
.AnyTagClassName
{
color: #AED6BD;
}
</style>
background-color css
<style>
a { background-color: #AED6BD; }
a { background-color: rgb(174,214,189); }
div.DivClassName
{
background-color: #AED6BD;
}
.BgClassName
{
background-color: #AED6BD;
}
</style>
border-color css
<style>
span { border-color: #AED6BD; }
span { border-color: rgb(174,214,189); }
td.TdClassName
{
border-color: #AED6BD;
}
.TagClassName
{
border-color: #AED6BD;
}
</style>