Shades of Nebula #AFCBBD
Tints of Nebula #AFCBBD
RGB
CMYK
RGB Variations
Color information
#AFCBBD (or 0xAFCBBD) is known color: Nebula. HEX triplet: AF, CB and BD. RGB value is (175,203,189). Sum of RGB (Red+Green+Blue) = 175+203+189=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBBD is #503442. Grayscale: #C1C1C1. Windows color (decimal): -5256259 or 12438447. OLE color: 12438447.
HSL color Cylindrical-coordinate representation of color #AFCBBD: hue angle of 150º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBBD is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 189 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.20 |
| HSL | 150º | 0.21% | 0.74% | - |
| HSV(B) | 150º | 0.14% | 0.8% | - |
| XYZ | 48.22 | 55.5 | 56.32 | - |
| YUV | 193.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 189 | 0.14 | 0 | 0.07 | 0.20 | 150 | 0.21 | 0.74 |
| Hex | AF | CB | BD | E | 0 | 7 | 14 | 96 | 15 | 4A |
| Octal | 257 | 313 | 275 | 16 | 0 | 7 | 24 | 226 | 25 | 112 |
| Binary | 10101111 | 11001011 | 10111101 | 1110 | 0 | 111 | 10100 | 10010110 | 10101 | 1001010 |
Color Harmonies of #AFCBBD
Complementary color
Monochromatic Colors of #AFCBBD
Black with #AFCBBD
Text Example
Text Example
White with #AFCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBBD; }
p { color: rgb(175,203,189); }
H1.HeaderClassName
{
color: #AFCBBD;
}
.AnyTagClassName
{
color: #AFCBBD;
}
</style>
background-color css
<style>
a { background-color: #AFCBBD; }
a { background-color: rgb(175,203,189); }
div.DivClassName
{
background-color: #AFCBBD;
}
.BgClassName
{
background-color: #AFCBBD;
}
</style>
border-color css
<style>
span { border-color: #AFCBBD; }
span { border-color: rgb(175,203,189); }
td.TdClassName
{
border-color: #AFCBBD;
}
.TagClassName
{
border-color: #AFCBBD;
}
</style>