Shades of Nebula #A8CCBA
Tints of Nebula #A8CCBA
RGB
CMYK
RGB Variations
Color information
#A8CCBA (or 0xA8CCBA) is known color: Nebula. HEX triplet: A8, CC and BA. RGB value is (168,204,186). Sum of RGB (Red+Green+Blue) = 168+204+186=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCBA is #573345. Grayscale: #BFBFBF. Windows color (decimal): -5714758 or 12242088. OLE color: 12242088.
HSL color Cylindrical-coordinate representation of color #A8CCBA: hue angle of 150º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCBA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 186 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.2 |
| HSL | 150º | 0.26% | 0.73% | - |
| HSV(B) | 150º | 0.18% | 0.8% | - |
| XYZ | 46.6 | 55.06 | 54.62 | - |
| YUV | 191.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 186 | 0.18 | 0 | 0.09 | 0.2 | 150 | 0.26 | 0.73 |
| Hex | A8 | CC | BA | 12 | 0 | 9 | 14 | 96 | 1A | 49 |
| Octal | 250 | 314 | 272 | 22 | 0 | 11 | 24 | 226 | 32 | 111 |
| Binary | 10101000 | 11001100 | 10111010 | 10010 | 0 | 1001 | 10100 | 10010110 | 11010 | 1001001 |
Color Harmonies of #A8CCBA
Complementary color
Monochromatic Colors of #A8CCBA
Black with #A8CCBA
Text Example
Text Example
White with #A8CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCBA; }
p { color: rgb(168,204,186); }
H1.HeaderClassName
{
color: #A8CCBA;
}
.AnyTagClassName
{
color: #A8CCBA;
}
</style>
background-color css
<style>
a { background-color: #A8CCBA; }
a { background-color: rgb(168,204,186); }
div.DivClassName
{
background-color: #A8CCBA;
}
.BgClassName
{
background-color: #A8CCBA;
}
</style>
border-color css
<style>
span { border-color: #A8CCBA; }
span { border-color: rgb(168,204,186); }
td.TdClassName
{
border-color: #A8CCBA;
}
.TagClassName
{
border-color: #A8CCBA;
}
</style>