Shades of Nebula #AED3BE
Tints of Nebula #AED3BE
RGB
CMYK
RGB Variations
Color information
#AED3BE (or 0xAED3BE) is known color: Nebula. HEX triplet: AE, D3 and BE. RGB value is (174,211,190). Sum of RGB (Red+Green+Blue) = 174+211+190=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3BE is #512C41. Grayscale: #C5C5C5. Windows color (decimal): -5319746 or 12506030. OLE color: 12506030.
HSL color Cylindrical-coordinate representation of color #AED3BE: hue angle of 145.95º 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 #AED3BE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 190 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.17 |
| HSL | 145.95º | 0.3% | 0.75% | - |
| HSV(B) | 145.95º | 0.18% | 0.83% | - |
| XYZ | 50.04 | 59.3 | 57.52 | - |
| YUV | 197.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 190 | 0.18 | 0 | 0.10 | 0.17 | 145.95 | 0.3 | 0.75 |
| Hex | AE | D3 | BE | 12 | 0 | A | 11 | 92 | 1E | 4B |
| Octal | 256 | 323 | 276 | 22 | 0 | 12 | 21 | 222 | 36 | 113 |
| Binary | 10101110 | 11010011 | 10111110 | 10010 | 0 | 1010 | 10001 | 10010010 | 11110 | 1001011 |
Color Harmonies of #AED3BE
Complementary color
Monochromatic Colors of #AED3BE
Black with #AED3BE
Text Example
Text Example
White with #AED3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3BE; }
p { color: rgb(174,211,190); }
H1.HeaderClassName
{
color: #AED3BE;
}
.AnyTagClassName
{
color: #AED3BE;
}
</style>
background-color css
<style>
a { background-color: #AED3BE; }
a { background-color: rgb(174,211,190); }
div.DivClassName
{
background-color: #AED3BE;
}
.BgClassName
{
background-color: #AED3BE;
}
</style>
border-color css
<style>
span { border-color: #AED3BE; }
span { border-color: rgb(174,211,190); }
td.TdClassName
{
border-color: #AED3BE;
}
.TagClassName
{
border-color: #AED3BE;
}
</style>