Shades of Nebula #AFC6BA
Tints of Nebula #AFC6BA
RGB
CMYK
RGB Variations
Color information
#AFC6BA (or 0xAFC6BA) is known color: Nebula. HEX triplet: AF, C6 and BA. RGB value is (175,198,186). Sum of RGB (Red+Green+Blue) = 175+198+186=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6BA is #503945. Grayscale: #BDBDBD. Windows color (decimal): -5257542 or 12240559. OLE color: 12240559.
HSL color Cylindrical-coordinate representation of color #AFC6BA: hue angle of 148.7º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC6BA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 186 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.22 |
| HSL | 148.7º | 0.17% | 0.73% | - |
| HSV(B) | 148.7º | 0.12% | 0.78% | - |
| XYZ | 46.74 | 53.05 | 54.23 | - |
| YUV | 189.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 186 | 0.12 | 0 | 0.06 | 0.22 | 148.7 | 0.17 | 0.73 |
| Hex | AF | C6 | BA | C | 0 | 6 | 16 | 95 | 11 | 49 |
| Octal | 257 | 306 | 272 | 14 | 0 | 6 | 26 | 225 | 21 | 111 |
| Binary | 10101111 | 11000110 | 10111010 | 1100 | 0 | 110 | 10110 | 10010101 | 10001 | 1001001 |
Color Harmonies of #AFC6BA
Complementary color
Monochromatic Colors of #AFC6BA
Black with #AFC6BA
Text Example
Text Example
White with #AFC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6BA; }
p { color: rgb(175,198,186); }
H1.HeaderClassName
{
color: #AFC6BA;
}
.AnyTagClassName
{
color: #AFC6BA;
}
</style>
background-color css
<style>
a { background-color: #AFC6BA; }
a { background-color: rgb(175,198,186); }
div.DivClassName
{
background-color: #AFC6BA;
}
.BgClassName
{
background-color: #AFC6BA;
}
</style>
border-color css
<style>
span { border-color: #AFC6BA; }
span { border-color: rgb(175,198,186); }
td.TdClassName
{
border-color: #AFC6BA;
}
.TagClassName
{
border-color: #AFC6BA;
}
</style>