Shades of Nebula #AECCBC
Tints of Nebula #AECCBC
RGB
CMYK
RGB Variations
Color information
#AECCBC (or 0xAECCBC) is known color: Nebula. HEX triplet: AE, CC and BC. RGB value is (174,204,188). Sum of RGB (Red+Green+Blue) = 174+204+188=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCBC is #513343. Grayscale: #C1C1C1. Windows color (decimal): -5321540 or 12373166. OLE color: 12373166.
HSL color Cylindrical-coordinate representation of color #AECCBC: hue angle of 148º degrees, saturation: 0.23, 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 #AECCBC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 188 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.2 |
| HSL | 148º | 0.23% | 0.74% | - |
| HSV(B) | 148º | 0.15% | 0.8% | - |
| XYZ | 48.13 | 55.82 | 55.81 | - |
| YUV | 193.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 188 | 0.15 | 0 | 0.08 | 0.2 | 148 | 0.23 | 0.74 |
| Hex | AE | CC | BC | F | 0 | 8 | 14 | 94 | 17 | 4A |
| Octal | 256 | 314 | 274 | 17 | 0 | 10 | 24 | 224 | 27 | 112 |
| Binary | 10101110 | 11001100 | 10111100 | 1111 | 0 | 1000 | 10100 | 10010100 | 10111 | 1001010 |
Color Harmonies of #AECCBC
Complementary color
Monochromatic Colors of #AECCBC
Black with #AECCBC
Text Example
Text Example
White with #AECCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCBC; }
p { color: rgb(174,204,188); }
H1.HeaderClassName
{
color: #AECCBC;
}
.AnyTagClassName
{
color: #AECCBC;
}
</style>
background-color css
<style>
a { background-color: #AECCBC; }
a { background-color: rgb(174,204,188); }
div.DivClassName
{
background-color: #AECCBC;
}
.BgClassName
{
background-color: #AECCBC;
}
</style>
border-color css
<style>
span { border-color: #AECCBC; }
span { border-color: rgb(174,204,188); }
td.TdClassName
{
border-color: #AECCBC;
}
.TagClassName
{
border-color: #AECCBC;
}
</style>