Shades of Nebula #ACCEBD
Tints of Nebula #ACCEBD
RGB
CMYK
RGB Variations
Color information
#ACCEBD (or 0xACCEBD) is known color: Nebula. HEX triplet: AC, CE and BD. RGB value is (172,206,189). Sum of RGB (Red+Green+Blue) = 172+206+189=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEBD is #533142. Grayscale: #C1C1C1. Windows color (decimal): -5452099 or 12439212. OLE color: 12439212.
HSL color Cylindrical-coordinate representation of color #ACCEBD: hue angle of 150º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEBD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 189 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.19 |
| HSL | 150º | 0.26% | 0.74% | - |
| HSV(B) | 150º | 0.17% | 0.81% | - |
| XYZ | 48.27 | 56.59 | 56.52 | - |
| YUV | 193.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 189 | 0.17 | 0 | 0.08 | 0.19 | 150 | 0.26 | 0.74 |
| Hex | AC | CE | BD | 11 | 0 | 8 | 13 | 96 | 1A | 4A |
| Octal | 254 | 316 | 275 | 21 | 0 | 10 | 23 | 226 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10111101 | 10001 | 0 | 1000 | 10011 | 10010110 | 11010 | 1001010 |
Color Harmonies of #ACCEBD
Complementary color
Monochromatic Colors of #ACCEBD
Black with #ACCEBD
Text Example
Text Example
White with #ACCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEBD; }
p { color: rgb(172,206,189); }
H1.HeaderClassName
{
color: #ACCEBD;
}
.AnyTagClassName
{
color: #ACCEBD;
}
</style>
background-color css
<style>
a { background-color: #ACCEBD; }
a { background-color: rgb(172,206,189); }
div.DivClassName
{
background-color: #ACCEBD;
}
.BgClassName
{
background-color: #ACCEBD;
}
</style>
border-color css
<style>
span { border-color: #ACCEBD; }
span { border-color: rgb(172,206,189); }
td.TdClassName
{
border-color: #ACCEBD;
}
.TagClassName
{
border-color: #ACCEBD;
}
</style>