Shades of Nebula #AECDBE
Tints of Nebula #AECDBE
RGB
CMYK
RGB Variations
Color information
#AECDBE (or 0xAECDBE) is known color: Nebula. HEX triplet: AE, CD and BE. RGB value is (174,205,190). Sum of RGB (Red+Green+Blue) = 174+205+190=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDBE is #513241. Grayscale: #C2C2C2. Windows color (decimal): -5321282 or 12504494. OLE color: 12504494.
HSL color Cylindrical-coordinate representation of color #AECDBE: hue angle of 150.97º 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 #AECDBE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 190 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.20 |
| HSL | 150.97º | 0.24% | 0.74% | - |
| HSV(B) | 150.97º | 0.15% | 0.8% | - |
| XYZ | 48.58 | 56.38 | 57.04 | - |
| YUV | 194.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 190 | 0.15 | 0 | 0.07 | 0.20 | 150.97 | 0.24 | 0.74 |
| Hex | AE | CD | BE | F | 0 | 7 | 14 | 97 | 18 | 4A |
| Octal | 256 | 315 | 276 | 17 | 0 | 7 | 24 | 227 | 30 | 112 |
| Binary | 10101110 | 11001101 | 10111110 | 1111 | 0 | 111 | 10100 | 10010111 | 11000 | 1001010 |
Color Harmonies of #AECDBE
Complementary color
Monochromatic Colors of #AECDBE
Black with #AECDBE
Text Example
Text Example
White with #AECDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDBE; }
p { color: rgb(174,205,190); }
H1.HeaderClassName
{
color: #AECDBE;
}
.AnyTagClassName
{
color: #AECDBE;
}
</style>
background-color css
<style>
a { background-color: #AECDBE; }
a { background-color: rgb(174,205,190); }
div.DivClassName
{
background-color: #AECDBE;
}
.BgClassName
{
background-color: #AECDBE;
}
</style>
border-color css
<style>
span { border-color: #AECDBE; }
span { border-color: rgb(174,205,190); }
td.TdClassName
{
border-color: #AECDBE;
}
.TagClassName
{
border-color: #AECDBE;
}
</style>