Shades of Nebula #ACCEBB
Tints of Nebula #ACCEBB
RGB
CMYK
RGB Variations
Color information
#ACCEBB (or 0xACCEBB) is known color: Nebula. HEX triplet: AC, CE and BB. RGB value is (172,206,187). Sum of RGB (Red+Green+Blue) = 172+206+187=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEBB is #533144. Grayscale: #C1C1C1. Windows color (decimal): -5452101 or 12308140. OLE color: 12308140.
HSL color Cylindrical-coordinate representation of color #ACCEBB: hue angle of 146.47º 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 #ACCEBB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 187 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.19 |
| HSL | 146.47º | 0.26% | 0.74% | - |
| HSV(B) | 146.47º | 0.17% | 0.81% | - |
| XYZ | 48.05 | 56.5 | 55.39 | - |
| YUV | 193.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 187 | 0.17 | 0 | 0.09 | 0.19 | 146.47 | 0.26 | 0.74 |
| Hex | AC | CE | BB | 11 | 0 | 9 | 13 | 92 | 1A | 4A |
| Octal | 254 | 316 | 273 | 21 | 0 | 11 | 23 | 222 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10111011 | 10001 | 0 | 1001 | 10011 | 10010010 | 11010 | 1001010 |
Color Harmonies of #ACCEBB
Complementary color
Monochromatic Colors of #ACCEBB
Black with #ACCEBB
Text Example
Text Example
White with #ACCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEBB; }
p { color: rgb(172,206,187); }
H1.HeaderClassName
{
color: #ACCEBB;
}
.AnyTagClassName
{
color: #ACCEBB;
}
</style>
background-color css
<style>
a { background-color: #ACCEBB; }
a { background-color: rgb(172,206,187); }
div.DivClassName
{
background-color: #ACCEBB;
}
.BgClassName
{
background-color: #ACCEBB;
}
</style>
border-color css
<style>
span { border-color: #ACCEBB; }
span { border-color: rgb(172,206,187); }
td.TdClassName
{
border-color: #ACCEBB;
}
.TagClassName
{
border-color: #ACCEBB;
}
</style>