Shades of Nebula #AFD2BD
Tints of Nebula #AFD2BD
RGB
CMYK
RGB Variations
Color information
#AFD2BD (or 0xAFD2BD) is known color: Nebula. HEX triplet: AF, D2 and BD. RGB value is (175,210,189). Sum of RGB (Red+Green+Blue) = 175+210+189=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2BD is #502D42. Grayscale: #C5C5C5. Windows color (decimal): -5254467 or 12440239. OLE color: 12440239.
HSL color Cylindrical-coordinate representation of color #AFD2BD: hue angle of 144º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2BD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 189 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.18 |
| HSL | 144º | 0.28% | 0.75% | - |
| HSV(B) | 144º | 0.17% | 0.82% | - |
| XYZ | 49.91 | 58.88 | 56.88 | - |
| YUV | 197.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 189 | 0.17 | 0 | 0.10 | 0.18 | 144 | 0.28 | 0.75 |
| Hex | AF | D2 | BD | 11 | 0 | A | 12 | 90 | 1C | 4B |
| Octal | 257 | 322 | 275 | 21 | 0 | 12 | 22 | 220 | 34 | 113 |
| Binary | 10101111 | 11010010 | 10111101 | 10001 | 0 | 1010 | 10010 | 10010000 | 11100 | 1001011 |
Color Harmonies of #AFD2BD
Complementary color
Monochromatic Colors of #AFD2BD
Black with #AFD2BD
Text Example
Text Example
White with #AFD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2BD; }
p { color: rgb(175,210,189); }
H1.HeaderClassName
{
color: #AFD2BD;
}
.AnyTagClassName
{
color: #AFD2BD;
}
</style>
background-color css
<style>
a { background-color: #AFD2BD; }
a { background-color: rgb(175,210,189); }
div.DivClassName
{
background-color: #AFD2BD;
}
.BgClassName
{
background-color: #AFD2BD;
}
</style>
border-color css
<style>
span { border-color: #AFD2BD; }
span { border-color: rgb(175,210,189); }
td.TdClassName
{
border-color: #AFD2BD;
}
.TagClassName
{
border-color: #AFD2BD;
}
</style>