Shades of Nebula #AECDBD
Tints of Nebula #AECDBD
RGB
CMYK
RGB Variations
Color information
#AECDBD (or 0xAECDBD) is known color: Nebula. HEX triplet: AE, CD and BD. RGB value is (174,205,189). Sum of RGB (Red+Green+Blue) = 174+205+189=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDBD is #513242. Grayscale: #C1C1C1. Windows color (decimal): -5321283 or 12438958. OLE color: 12438958.
HSL color Cylindrical-coordinate representation of color #AECDBD: hue angle of 149.03º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDBD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 189 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.20 |
| HSL | 149.03º | 0.24% | 0.74% | - |
| HSV(B) | 149.03º | 0.15% | 0.8% | - |
| XYZ | 48.47 | 56.34 | 56.46 | - |
| YUV | 193.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 189 | 0.15 | 0 | 0.08 | 0.20 | 149.03 | 0.24 | 0.74 |
| Hex | AE | CD | BD | F | 0 | 8 | 14 | 95 | 18 | 4A |
| Octal | 256 | 315 | 275 | 17 | 0 | 10 | 24 | 225 | 30 | 112 |
| Binary | 10101110 | 11001101 | 10111101 | 1111 | 0 | 1000 | 10100 | 10010101 | 11000 | 1001010 |
Color Harmonies of #AECDBD
Complementary color
Monochromatic Colors of #AECDBD
Black with #AECDBD
Text Example
Text Example
White with #AECDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDBD; }
p { color: rgb(174,205,189); }
H1.HeaderClassName
{
color: #AECDBD;
}
.AnyTagClassName
{
color: #AECDBD;
}
</style>
background-color css
<style>
a { background-color: #AECDBD; }
a { background-color: rgb(174,205,189); }
div.DivClassName
{
background-color: #AECDBD;
}
.BgClassName
{
background-color: #AECDBD;
}
</style>
border-color css
<style>
span { border-color: #AECDBD; }
span { border-color: rgb(174,205,189); }
td.TdClassName
{
border-color: #AECDBD;
}
.TagClassName
{
border-color: #AECDBD;
}
</style>