Shades of Nebula #AECFBB
Tints of Nebula #AECFBB
RGB
CMYK
RGB Variations
Color information
#AECFBB (or 0xAECFBB) is known color: Nebula. HEX triplet: AE, CF and BB. RGB value is (174,207,187). Sum of RGB (Red+Green+Blue) = 174+207+187=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFBB is #513044. Grayscale: #C2C2C2. Windows color (decimal): -5320773 or 12308398. OLE color: 12308398.
HSL color Cylindrical-coordinate representation of color #AECFBB: hue angle of 143.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECFBB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 187 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.19 |
| HSL | 143.64º | 0.26% | 0.75% | - |
| HSV(B) | 143.64º | 0.16% | 0.81% | - |
| XYZ | 48.74 | 57.21 | 55.49 | - |
| YUV | 194.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 187 | 0.16 | 0 | 0.10 | 0.19 | 143.64 | 0.26 | 0.75 |
| Hex | AE | CF | BB | 10 | 0 | A | 13 | 90 | 1A | 4B |
| Octal | 256 | 317 | 273 | 20 | 0 | 12 | 23 | 220 | 32 | 113 |
| Binary | 10101110 | 11001111 | 10111011 | 10000 | 0 | 1010 | 10011 | 10010000 | 11010 | 1001011 |
Color Harmonies of #AECFBB
Complementary color
Monochromatic Colors of #AECFBB
Black with #AECFBB
Text Example
Text Example
White with #AECFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFBB; }
p { color: rgb(174,207,187); }
H1.HeaderClassName
{
color: #AECFBB;
}
.AnyTagClassName
{
color: #AECFBB;
}
</style>
background-color css
<style>
a { background-color: #AECFBB; }
a { background-color: rgb(174,207,187); }
div.DivClassName
{
background-color: #AECFBB;
}
.BgClassName
{
background-color: #AECFBB;
}
</style>
border-color css
<style>
span { border-color: #AECFBB; }
span { border-color: rgb(174,207,187); }
td.TdClassName
{
border-color: #AECFBB;
}
.TagClassName
{
border-color: #AECFBB;
}
</style>