Shades of Casper #AFBABD
Tints of Casper #AFBABD
RGB
CMYK
RGB Variations
Color information
#AFBABD (or 0xAFBABD) is known color: Casper. HEX triplet: AF, BA and BD. RGB value is (175,186,189). Sum of RGB (Red+Green+Blue) = 175+186+189=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBABD is #504542. Grayscale: #B7B7B7. Windows color (decimal): -5260611 or 12434095. OLE color: 12434095.
HSL color Cylindrical-coordinate representation of color #AFBABD: hue angle of 192.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBABD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 186 | 189 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.26 |
| HSL | 192.86º | 0.1% | 0.71% | - |
| HSV(B) | 192.86º | 0.07% | 0.74% | - |
| XYZ | 44.42 | 47.91 | 55.05 | - |
| YUV | 183.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 189 | 0.07 | 0.02 | 0 | 0.26 | 192.86 | 0.1 | 0.71 |
| Hex | AF | BA | BD | 7 | 2 | 0 | 1A | C1 | A | 47 |
| Octal | 257 | 272 | 275 | 7 | 2 | 0 | 32 | 301 | 12 | 107 |
| Binary | 10101111 | 10111010 | 10111101 | 111 | 10 | 0 | 11010 | 11000001 | 1010 | 1000111 |
Color Harmonies of #AFBABD
Complementary color
Monochromatic Colors of #AFBABD
Black with #AFBABD
Text Example
Text Example
White with #AFBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBABD; }
p { color: rgb(175,186,189); }
H1.HeaderClassName
{
color: #AFBABD;
}
.AnyTagClassName
{
color: #AFBABD;
}
</style>
background-color css
<style>
a { background-color: #AFBABD; }
a { background-color: rgb(175,186,189); }
div.DivClassName
{
background-color: #AFBABD;
}
.BgClassName
{
background-color: #AFBABD;
}
</style>
border-color css
<style>
span { border-color: #AFBABD; }
span { border-color: rgb(175,186,189); }
td.TdClassName
{
border-color: #AFBABD;
}
.TagClassName
{
border-color: #AFBABD;
}
</style>