Shades of Nebula #AFCFBC
Tints of Nebula #AFCFBC
RGB
CMYK
RGB Variations
Color information
#AFCFBC (or 0xAFCFBC) is known color: Nebula. HEX triplet: AF, CF and BC. RGB value is (175,207,188). Sum of RGB (Red+Green+Blue) = 175+207+188=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFBC is #503043. Grayscale: #C3C3C3. Windows color (decimal): -5255236 or 12373935. OLE color: 12373935.
HSL color Cylindrical-coordinate representation of color #AFCFBC: hue angle of 144.38º 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 #AFCFBC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 188 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.19 |
| HSL | 144.38º | 0.25% | 0.75% | - |
| HSV(B) | 144.38º | 0.15% | 0.81% | - |
| XYZ | 49.07 | 57.37 | 56.06 | - |
| YUV | 195.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 188 | 0.15 | 0 | 0.09 | 0.19 | 144.38 | 0.25 | 0.75 |
| Hex | AF | CF | BC | F | 0 | 9 | 13 | 90 | 19 | 4B |
| Octal | 257 | 317 | 274 | 17 | 0 | 11 | 23 | 220 | 31 | 113 |
| Binary | 10101111 | 11001111 | 10111100 | 1111 | 0 | 1001 | 10011 | 10010000 | 11001 | 1001011 |
Color Harmonies of #AFCFBC
Complementary color
Monochromatic Colors of #AFCFBC
Black with #AFCFBC
Text Example
Text Example
White with #AFCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFBC; }
p { color: rgb(175,207,188); }
H1.HeaderClassName
{
color: #AFCFBC;
}
.AnyTagClassName
{
color: #AFCFBC;
}
</style>
background-color css
<style>
a { background-color: #AFCFBC; }
a { background-color: rgb(175,207,188); }
div.DivClassName
{
background-color: #AFCFBC;
}
.BgClassName
{
background-color: #AFCFBC;
}
</style>
border-color css
<style>
span { border-color: #AFCFBC; }
span { border-color: rgb(175,207,188); }
td.TdClassName
{
border-color: #AFCFBC;
}
.TagClassName
{
border-color: #AFCFBC;
}
</style>