Shades of Nebula #AFCCBA
Tints of Nebula #AFCCBA
RGB
CMYK
RGB Variations
Color information
#AFCCBA (or 0xAFCCBA) is known color: Nebula. HEX triplet: AF, CC and BA. RGB value is (175,204,186). Sum of RGB (Red+Green+Blue) = 175+204+186=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCBA is #503345. Grayscale: #C1C1C1. Windows color (decimal): -5256006 or 12242095. OLE color: 12242095.
HSL color Cylindrical-coordinate representation of color #AFCCBA: hue angle of 142.76º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCBA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 186 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.2 |
| HSL | 142.76º | 0.22% | 0.74% | - |
| HSV(B) | 142.76º | 0.14% | 0.8% | - |
| XYZ | 48.13 | 55.84 | 54.7 | - |
| YUV | 193.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 186 | 0.14 | 0 | 0.09 | 0.2 | 142.76 | 0.22 | 0.74 |
| Hex | AF | CC | BA | E | 0 | 9 | 14 | 8F | 16 | 4A |
| Octal | 257 | 314 | 272 | 16 | 0 | 11 | 24 | 217 | 26 | 112 |
| Binary | 10101111 | 11001100 | 10111010 | 1110 | 0 | 1001 | 10100 | 10001111 | 10110 | 1001010 |
Color Harmonies of #AFCCBA
Complementary color
Monochromatic Colors of #AFCCBA
Black with #AFCCBA
Text Example
Text Example
White with #AFCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCBA; }
p { color: rgb(175,204,186); }
H1.HeaderClassName
{
color: #AFCCBA;
}
.AnyTagClassName
{
color: #AFCCBA;
}
</style>
background-color css
<style>
a { background-color: #AFCCBA; }
a { background-color: rgb(175,204,186); }
div.DivClassName
{
background-color: #AFCCBA;
}
.BgClassName
{
background-color: #AFCCBA;
}
</style>
border-color css
<style>
span { border-color: #AFCCBA; }
span { border-color: rgb(175,204,186); }
td.TdClassName
{
border-color: #AFCCBA;
}
.TagClassName
{
border-color: #AFCCBA;
}
</style>