Shades of Nebula #AFCFBD
Tints of Nebula #AFCFBD
RGB
CMYK
RGB Variations
Color information
#AFCFBD (or 0xAFCFBD) is known color: Nebula. HEX triplet: AF, CF and BD. RGB value is (175,207,189). Sum of RGB (Red+Green+Blue) = 175+207+189=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFBD is #503042. Grayscale: #C3C3C3. Windows color (decimal): -5255235 or 12439471. OLE color: 12439471.
HSL color Cylindrical-coordinate representation of color #AFCFBD: hue angle of 146.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFBD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 189 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.19 |
| HSL | 146.25º | 0.25% | 0.75% | - |
| HSV(B) | 146.25º | 0.15% | 0.81% | - |
| XYZ | 49.18 | 57.41 | 56.63 | - |
| YUV | 195.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 189 | 0.15 | 0 | 0.09 | 0.19 | 146.25 | 0.25 | 0.75 |
| Hex | AF | CF | BD | F | 0 | 9 | 13 | 92 | 19 | 4B |
| Octal | 257 | 317 | 275 | 17 | 0 | 11 | 23 | 222 | 31 | 113 |
| Binary | 10101111 | 11001111 | 10111101 | 1111 | 0 | 1001 | 10011 | 10010010 | 11001 | 1001011 |
Color Harmonies of #AFCFBD
Complementary color
Monochromatic Colors of #AFCFBD
Black with #AFCFBD
Text Example
Text Example
White with #AFCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFBD; }
p { color: rgb(175,207,189); }
H1.HeaderClassName
{
color: #AFCFBD;
}
.AnyTagClassName
{
color: #AFCFBD;
}
</style>
background-color css
<style>
a { background-color: #AFCFBD; }
a { background-color: rgb(175,207,189); }
div.DivClassName
{
background-color: #AFCFBD;
}
.BgClassName
{
background-color: #AFCFBD;
}
</style>
border-color css
<style>
span { border-color: #AFCFBD; }
span { border-color: rgb(175,207,189); }
td.TdClassName
{
border-color: #AFCFBD;
}
.TagClassName
{
border-color: #AFCFBD;
}
</style>