Shades of Nebula #AFCDBE
Tints of Nebula #AFCDBE
RGB
CMYK
RGB Variations
Color information
#AFCDBE (or 0xAFCDBE) is known color: Nebula. HEX triplet: AF, CD and BE. RGB value is (175,205,190). Sum of RGB (Red+Green+Blue) = 175+205+190=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDBE is #503241. Grayscale: #C2C2C2. Windows color (decimal): -5255746 or 12504495. OLE color: 12504495.
HSL color Cylindrical-coordinate representation of color #AFCDBE: hue angle of 150º 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 #AFCDBE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 190 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.20 |
| HSL | 150º | 0.23% | 0.75% | - |
| HSV(B) | 150º | 0.15% | 0.8% | - |
| XYZ | 48.8 | 56.49 | 57.05 | - |
| YUV | 194.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 190 | 0.15 | 0 | 0.07 | 0.20 | 150 | 0.23 | 0.75 |
| Hex | AF | CD | BE | F | 0 | 7 | 14 | 96 | 17 | 4B |
| Octal | 257 | 315 | 276 | 17 | 0 | 7 | 24 | 226 | 27 | 113 |
| Binary | 10101111 | 11001101 | 10111110 | 1111 | 0 | 111 | 10100 | 10010110 | 10111 | 1001011 |
Color Harmonies of #AFCDBE
Complementary color
Monochromatic Colors of #AFCDBE
Black with #AFCDBE
Text Example
Text Example
White with #AFCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDBE; }
p { color: rgb(175,205,190); }
H1.HeaderClassName
{
color: #AFCDBE;
}
.AnyTagClassName
{
color: #AFCDBE;
}
</style>
background-color css
<style>
a { background-color: #AFCDBE; }
a { background-color: rgb(175,205,190); }
div.DivClassName
{
background-color: #AFCDBE;
}
.BgClassName
{
background-color: #AFCDBE;
}
</style>
border-color css
<style>
span { border-color: #AFCDBE; }
span { border-color: rgb(175,205,190); }
td.TdClassName
{
border-color: #AFCDBE;
}
.TagClassName
{
border-color: #AFCDBE;
}
</style>