Shades of Nebula #AFCDBD
Tints of Nebula #AFCDBD
RGB
CMYK
RGB Variations
Color information
#AFCDBD (or 0xAFCDBD) is known color: Nebula. HEX triplet: AF, CD and BD. RGB value is (175,205,189). Sum of RGB (Red+Green+Blue) = 175+205+189=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDBD is #503242. Grayscale: #C2C2C2. Windows color (decimal): -5255747 or 12438959. OLE color: 12438959.
HSL color Cylindrical-coordinate representation of color #AFCDBD: hue angle of 148º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDBD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 189 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.20 |
| HSL | 148º | 0.23% | 0.75% | - |
| HSV(B) | 148º | 0.15% | 0.8% | - |
| XYZ | 48.7 | 56.45 | 56.47 | - |
| YUV | 194.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 189 | 0.15 | 0 | 0.08 | 0.20 | 148 | 0.23 | 0.75 |
| Hex | AF | CD | BD | F | 0 | 8 | 14 | 94 | 17 | 4B |
| Octal | 257 | 315 | 275 | 17 | 0 | 10 | 24 | 224 | 27 | 113 |
| Binary | 10101111 | 11001101 | 10111101 | 1111 | 0 | 1000 | 10100 | 10010100 | 10111 | 1001011 |
Color Harmonies of #AFCDBD
Complementary color
Monochromatic Colors of #AFCDBD
Black with #AFCDBD
Text Example
Text Example
White with #AFCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDBD; }
p { color: rgb(175,205,189); }
H1.HeaderClassName
{
color: #AFCDBD;
}
.AnyTagClassName
{
color: #AFCDBD;
}
</style>
background-color css
<style>
a { background-color: #AFCDBD; }
a { background-color: rgb(175,205,189); }
div.DivClassName
{
background-color: #AFCDBD;
}
.BgClassName
{
background-color: #AFCDBD;
}
</style>
border-color css
<style>
span { border-color: #AFCDBD; }
span { border-color: rgb(175,205,189); }
td.TdClassName
{
border-color: #AFCDBD;
}
.TagClassName
{
border-color: #AFCDBD;
}
</style>