Shades of Casper #AFB7B9
Tints of Casper #AFB7B9
RGB
CMYK
RGB Variations
Color information
#AFB7B9 (or 0xAFB7B9) is known color: Casper. HEX triplet: AF, B7 and B9. RGB value is (175,183,185). Sum of RGB (Red+Green+Blue) = 175+183+185=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFB7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7B9 is #504846. Grayscale: #B4B4B4. Windows color (decimal): -5261383 or 12171183. OLE color: 12171183.
HSL color Cylindrical-coordinate representation of color #AFB7B9: hue angle of 192º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB7B9 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 183 | 185 | - |
CMYK | 0.05 | 0.01 | 0 | 0.27 |
HSL | 192º | 0.07% | 0.71% | - |
HSV(B) | 192º | 0.05% | 0.73% | - |
XYZ | 43.37 | 46.48 | 52.59 | - |
YUV | 180.84 | 130.35 | 123.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 183 | 185 | 0.05 | 0.01 | 0 | 0.27 | 192 | 0.07 | 0.71 |
Hex | AF | B7 | B9 | 5 | 1 | 0 | 1B | C0 | 7 | 47 |
Octal | 257 | 267 | 271 | 5 | 1 | 0 | 33 | 300 | 7 | 107 |
Binary | 10101111 | 10110111 | 10111001 | 101 | 1 | 0 | 11011 | 11000000 | 111 | 1000111 |
Color Harmonies of #AFB7B9
Complementary color
Monochromatic Colors of #AFB7B9
Black with #AFB7B9
Text Example
Text Example
White with #AFB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7B9; }
p { color: rgb(175,183,185); }
H1.HeaderClassName
{
color: #AFB7B9;
}
.AnyTagClassName
{
color: #AFB7B9;
}
</style>
background-color css
<style>
a { background-color: #AFB7B9; }
a { background-color: rgb(175,183,185); }
div.DivClassName
{
background-color: #AFB7B9;
}
.BgClassName
{
background-color: #AFB7B9;
}
</style>
border-color css
<style>
span { border-color: #AFB7B9; }
span { border-color: rgb(175,183,185); }
td.TdClassName
{
border-color: #AFB7B9;
}
.TagClassName
{
border-color: #AFB7B9;
}
</style>