Shades of Nebula #A8CEB8
Tints of Nebula #A8CEB8
RGB
CMYK
RGB Variations
Color information
#A8CEB8 (or 0xA8CEB8) is known color: Nebula. HEX triplet: A8, CE and B8. RGB value is (168,206,184). Sum of RGB (Red+Green+Blue) = 168+206+184=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEB8 is #573147. Grayscale: #C0C0C0. Windows color (decimal): -5714248 or 12111528. OLE color: 12111528.
HSL color Cylindrical-coordinate representation of color #A8CEB8: hue angle of 145.26º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEB8 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 184 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.19 |
| HSL | 145.26º | 0.28% | 0.73% | - |
| HSV(B) | 145.26º | 0.18% | 0.81% | - |
| XYZ | 46.87 | 55.93 | 53.67 | - |
| YUV | 192.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 184 | 0.18 | 0 | 0.11 | 0.19 | 145.26 | 0.28 | 0.73 |
| Hex | A8 | CE | B8 | 12 | 0 | B | 13 | 91 | 1C | 49 |
| Octal | 250 | 316 | 270 | 22 | 0 | 13 | 23 | 221 | 34 | 111 |
| Binary | 10101000 | 11001110 | 10111000 | 10010 | 0 | 1011 | 10011 | 10010001 | 11100 | 1001001 |
Color Harmonies of #A8CEB8
Complementary color
Monochromatic Colors of #A8CEB8
Black with #A8CEB8
Text Example
Text Example
White with #A8CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEB8; }
p { color: rgb(168,206,184); }
H1.HeaderClassName
{
color: #A8CEB8;
}
.AnyTagClassName
{
color: #A8CEB8;
}
</style>
background-color css
<style>
a { background-color: #A8CEB8; }
a { background-color: rgb(168,206,184); }
div.DivClassName
{
background-color: #A8CEB8;
}
.BgClassName
{
background-color: #A8CEB8;
}
</style>
border-color css
<style>
span { border-color: #A8CEB8; }
span { border-color: rgb(168,206,184); }
td.TdClassName
{
border-color: #A8CEB8;
}
.TagClassName
{
border-color: #A8CEB8;
}
</style>