Shades of Nebula #AED4BE
Tints of Nebula #AED4BE
RGB
CMYK
RGB Variations
Color information
#AED4BE (or 0xAED4BE) is known color: Nebula. HEX triplet: AE, D4 and BE. RGB value is (174,212,190). Sum of RGB (Red+Green+Blue) = 174+212+190=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4BE is #512B41. Grayscale: #C6C6C6. Windows color (decimal): -5319490 or 12506286. OLE color: 12506286.
HSL color Cylindrical-coordinate representation of color #AED4BE: hue angle of 145.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4BE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 190 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.17 |
| HSL | 145.26º | 0.31% | 0.76% | - |
| HSV(B) | 145.26º | 0.18% | 0.83% | - |
| XYZ | 50.29 | 59.8 | 57.61 | - |
| YUV | 198.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 190 | 0.18 | 0 | 0.10 | 0.17 | 145.26 | 0.31 | 0.76 |
| Hex | AE | D4 | BE | 12 | 0 | A | 11 | 91 | 1F | 4C |
| Octal | 256 | 324 | 276 | 22 | 0 | 12 | 21 | 221 | 37 | 114 |
| Binary | 10101110 | 11010100 | 10111110 | 10010 | 0 | 1010 | 10001 | 10010001 | 11111 | 1001100 |
Color Harmonies of #AED4BE
Complementary color
Monochromatic Colors of #AED4BE
Black with #AED4BE
Text Example
Text Example
White with #AED4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4BE; }
p { color: rgb(174,212,190); }
H1.HeaderClassName
{
color: #AED4BE;
}
.AnyTagClassName
{
color: #AED4BE;
}
</style>
background-color css
<style>
a { background-color: #AED4BE; }
a { background-color: rgb(174,212,190); }
div.DivClassName
{
background-color: #AED4BE;
}
.BgClassName
{
background-color: #AED4BE;
}
</style>
border-color css
<style>
span { border-color: #AED4BE; }
span { border-color: rgb(174,212,190); }
td.TdClassName
{
border-color: #AED4BE;
}
.TagClassName
{
border-color: #AED4BE;
}
</style>