Shades of Nebula #AFC2B6
Tints of Nebula #AFC2B6
RGB
CMYK
RGB Variations
Color information
#AFC2B6 (or 0xAFC2B6) is known color: Nebula. HEX triplet: AF, C2 and B6. RGB value is (175,194,182). Sum of RGB (Red+Green+Blue) = 175+194+182=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2B6 is #503D49. Grayscale: #BABABA. Windows color (decimal): -5258570 or 11977391. OLE color: 11977391.
HSL color Cylindrical-coordinate representation of color #AFC2B6: hue angle of 142.11º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2B6 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 182 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.24 |
| HSL | 142.11º | 0.13% | 0.72% | - |
| HSV(B) | 142.11º | 0.1% | 0.76% | - |
| XYZ | 45.41 | 51.07 | 51.72 | - |
| YUV | 186.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 182 | 0.10 | 0 | 0.06 | 0.24 | 142.11 | 0.13 | 0.72 |
| Hex | AF | C2 | B6 | A | 0 | 6 | 18 | 8E | D | 48 |
| Octal | 257 | 302 | 266 | 12 | 0 | 6 | 30 | 216 | 15 | 110 |
| Binary | 10101111 | 11000010 | 10110110 | 1010 | 0 | 110 | 11000 | 10001110 | 1101 | 1001000 |
Color Harmonies of #AFC2B6
Complementary color
Monochromatic Colors of #AFC2B6
Black with #AFC2B6
Text Example
Text Example
White with #AFC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2B6; }
p { color: rgb(175,194,182); }
H1.HeaderClassName
{
color: #AFC2B6;
}
.AnyTagClassName
{
color: #AFC2B6;
}
</style>
background-color css
<style>
a { background-color: #AFC2B6; }
a { background-color: rgb(175,194,182); }
div.DivClassName
{
background-color: #AFC2B6;
}
.BgClassName
{
background-color: #AFC2B6;
}
</style>
border-color css
<style>
span { border-color: #AFC2B6; }
span { border-color: rgb(175,194,182); }
td.TdClassName
{
border-color: #AFC2B6;
}
.TagClassName
{
border-color: #AFC2B6;
}
</style>