Shades of Nebula #AFC8BA
Tints of Nebula #AFC8BA
RGB
CMYK
RGB Variations
Color information
#AFC8BA (or 0xAFC8BA) is known color: Nebula. HEX triplet: AF, C8 and BA. RGB value is (175,200,186). Sum of RGB (Red+Green+Blue) = 175+200+186=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8BA is #503745. Grayscale: #BEBEBE. Windows color (decimal): -5257030 or 12241071. OLE color: 12241071.
HSL color Cylindrical-coordinate representation of color #AFC8BA: hue angle of 146.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8BA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 186 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.22 |
| HSL | 146.4º | 0.19% | 0.74% | - |
| HSV(B) | 146.4º | 0.13% | 0.78% | - |
| XYZ | 47.2 | 53.97 | 54.38 | - |
| YUV | 190.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 186 | 0.12 | 0 | 0.07 | 0.22 | 146.4 | 0.19 | 0.74 |
| Hex | AF | C8 | BA | C | 0 | 7 | 16 | 92 | 13 | 4A |
| Octal | 257 | 310 | 272 | 14 | 0 | 7 | 26 | 222 | 23 | 112 |
| Binary | 10101111 | 11001000 | 10111010 | 1100 | 0 | 111 | 10110 | 10010010 | 10011 | 1001010 |
Color Harmonies of #AFC8BA
Complementary color
Monochromatic Colors of #AFC8BA
Black with #AFC8BA
Text Example
Text Example
White with #AFC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8BA; }
p { color: rgb(175,200,186); }
H1.HeaderClassName
{
color: #AFC8BA;
}
.AnyTagClassName
{
color: #AFC8BA;
}
</style>
background-color css
<style>
a { background-color: #AFC8BA; }
a { background-color: rgb(175,200,186); }
div.DivClassName
{
background-color: #AFC8BA;
}
.BgClassName
{
background-color: #AFC8BA;
}
</style>
border-color css
<style>
span { border-color: #AFC8BA; }
span { border-color: rgb(175,200,186); }
td.TdClassName
{
border-color: #AFC8BA;
}
.TagClassName
{
border-color: #AFC8BA;
}
</style>