Shades of Nebula #AED3BC
Tints of Nebula #AED3BC
RGB
CMYK
RGB Variations
Color information
#AED3BC (or 0xAED3BC) is known color: Nebula. HEX triplet: AE, D3 and BC. RGB value is (174,211,188). Sum of RGB (Red+Green+Blue) = 174+211+188=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3BC is #512C43. Grayscale: #C5C5C5. Windows color (decimal): -5319748 or 12374958. OLE color: 12374958.
HSL color Cylindrical-coordinate representation of color #AED3BC: hue angle of 142.7º 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 #AED3BC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 188 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.17 |
| HSL | 142.7º | 0.3% | 0.75% | - |
| HSV(B) | 142.7º | 0.18% | 0.83% | - |
| XYZ | 49.83 | 59.22 | 56.38 | - |
| YUV | 197.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 188 | 0.18 | 0 | 0.11 | 0.17 | 142.7 | 0.3 | 0.75 |
| Hex | AE | D3 | BC | 12 | 0 | B | 11 | 8F | 1E | 4B |
| Octal | 256 | 323 | 274 | 22 | 0 | 13 | 21 | 217 | 36 | 113 |
| Binary | 10101110 | 11010011 | 10111100 | 10010 | 0 | 1011 | 10001 | 10001111 | 11110 | 1001011 |
Color Harmonies of #AED3BC
Complementary color
Monochromatic Colors of #AED3BC
Black with #AED3BC
Text Example
Text Example
White with #AED3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3BC; }
p { color: rgb(174,211,188); }
H1.HeaderClassName
{
color: #AED3BC;
}
.AnyTagClassName
{
color: #AED3BC;
}
</style>
background-color css
<style>
a { background-color: #AED3BC; }
a { background-color: rgb(174,211,188); }
div.DivClassName
{
background-color: #AED3BC;
}
.BgClassName
{
background-color: #AED3BC;
}
</style>
border-color css
<style>
span { border-color: #AED3BC; }
span { border-color: rgb(174,211,188); }
td.TdClassName
{
border-color: #AED3BC;
}
.TagClassName
{
border-color: #AED3BC;
}
</style>