Shades of Nebula #A8CEBA
Tints of Nebula #A8CEBA
RGB
CMYK
RGB Variations
Color information
#A8CEBA (or 0xA8CEBA) is known color: Nebula. HEX triplet: A8, CE and BA. RGB value is (168,206,186). Sum of RGB (Red+Green+Blue) = 168+206+186=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEBA is #573145. Grayscale: #C0C0C0. Windows color (decimal): -5714246 or 12242600. OLE color: 12242600.
HSL color Cylindrical-coordinate representation of color #A8CEBA: hue angle of 148.42º 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 #A8CEBA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 186 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.19 |
| HSL | 148.42º | 0.28% | 0.73% | - |
| HSV(B) | 148.42º | 0.18% | 0.81% | - |
| XYZ | 47.08 | 56.01 | 54.78 | - |
| YUV | 192.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 186 | 0.18 | 0 | 0.10 | 0.19 | 148.42 | 0.28 | 0.73 |
| Hex | A8 | CE | BA | 12 | 0 | A | 13 | 94 | 1C | 49 |
| Octal | 250 | 316 | 272 | 22 | 0 | 12 | 23 | 224 | 34 | 111 |
| Binary | 10101000 | 11001110 | 10111010 | 10010 | 0 | 1010 | 10011 | 10010100 | 11100 | 1001001 |
Color Harmonies of #A8CEBA
Complementary color
Monochromatic Colors of #A8CEBA
Black with #A8CEBA
Text Example
Text Example
White with #A8CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEBA; }
p { color: rgb(168,206,186); }
H1.HeaderClassName
{
color: #A8CEBA;
}
.AnyTagClassName
{
color: #A8CEBA;
}
</style>
background-color css
<style>
a { background-color: #A8CEBA; }
a { background-color: rgb(168,206,186); }
div.DivClassName
{
background-color: #A8CEBA;
}
.BgClassName
{
background-color: #A8CEBA;
}
</style>
border-color css
<style>
span { border-color: #A8CEBA; }
span { border-color: rgb(168,206,186); }
td.TdClassName
{
border-color: #A8CEBA;
}
.TagClassName
{
border-color: #A8CEBA;
}
</style>