Shades of Nebula #AED3BD
Tints of Nebula #AED3BD
RGB
CMYK
RGB Variations
Color information
#AED3BD (or 0xAED3BD) is known color: Nebula. HEX triplet: AE, D3 and BD. RGB value is (174,211,189). Sum of RGB (Red+Green+Blue) = 174+211+189=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3BD is #512C42. Grayscale: #C5C5C5. Windows color (decimal): -5319747 or 12440494. OLE color: 12440494.
HSL color Cylindrical-coordinate representation of color #AED3BD: hue angle of 144.32º 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 #AED3BD is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 189 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.17 |
| HSL | 144.32º | 0.3% | 0.75% | - |
| HSV(B) | 144.32º | 0.18% | 0.83% | - |
| XYZ | 49.94 | 59.26 | 56.95 | - |
| YUV | 197.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 189 | 0.18 | 0 | 0.10 | 0.17 | 144.32 | 0.3 | 0.75 |
| Hex | AE | D3 | BD | 12 | 0 | A | 11 | 90 | 1E | 4B |
| Octal | 256 | 323 | 275 | 22 | 0 | 12 | 21 | 220 | 36 | 113 |
| Binary | 10101110 | 11010011 | 10111101 | 10010 | 0 | 1010 | 10001 | 10010000 | 11110 | 1001011 |
Color Harmonies of #AED3BD
Complementary color
Monochromatic Colors of #AED3BD
Black with #AED3BD
Text Example
Text Example
White with #AED3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3BD; }
p { color: rgb(174,211,189); }
H1.HeaderClassName
{
color: #AED3BD;
}
.AnyTagClassName
{
color: #AED3BD;
}
</style>
background-color css
<style>
a { background-color: #AED3BD; }
a { background-color: rgb(174,211,189); }
div.DivClassName
{
background-color: #AED3BD;
}
.BgClassName
{
background-color: #AED3BD;
}
</style>
border-color css
<style>
span { border-color: #AED3BD; }
span { border-color: rgb(174,211,189); }
td.TdClassName
{
border-color: #AED3BD;
}
.TagClassName
{
border-color: #AED3BD;
}
</style>