Shades of Casper #AFBABB
Tints of Casper #AFBABB
RGB
CMYK
RGB Variations
Color information
#AFBABB (or 0xAFBABB) is known color: Casper. HEX triplet: AF, BA and BB. RGB value is (175,186,187). Sum of RGB (Red+Green+Blue) = 175+186+187=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBABB is #504544. Grayscale: #B6B6B6. Windows color (decimal): -5260613 or 12303023. OLE color: 12303023.
HSL color Cylindrical-coordinate representation of color #AFBABB: hue angle of 185º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBABB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 187 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.27 |
| HSL | 185º | 0.08% | 0.71% | - |
| HSV(B) | 185º | 0.06% | 0.73% | - |
| XYZ | 44.21 | 47.82 | 53.91 | - |
| YUV | 182.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 187 | 0.06 | 0.01 | 0 | 0.27 | 185 | 0.08 | 0.71 |
| Hex | AF | BA | BB | 6 | 1 | 0 | 1B | B9 | 8 | 47 |
| Octal | 257 | 272 | 273 | 6 | 1 | 0 | 33 | 271 | 10 | 107 |
| Binary | 10101111 | 10111010 | 10111011 | 110 | 1 | 0 | 11011 | 10111001 | 1000 | 1000111 |
Color Harmonies of #AFBABB
Complementary color
Monochromatic Colors of #AFBABB
Black with #AFBABB
Text Example
Text Example
White with #AFBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBABB; }
p { color: rgb(175,186,187); }
H1.HeaderClassName
{
color: #AFBABB;
}
.AnyTagClassName
{
color: #AFBABB;
}
</style>
background-color css
<style>
a { background-color: #AFBABB; }
a { background-color: rgb(175,186,187); }
div.DivClassName
{
background-color: #AFBABB;
}
.BgClassName
{
background-color: #AFBABB;
}
</style>
border-color css
<style>
span { border-color: #AFBABB; }
span { border-color: rgb(175,186,187); }
td.TdClassName
{
border-color: #AFBABB;
}
.TagClassName
{
border-color: #AFBABB;
}
</style>