Shades of Casper #AFB5B7
Tints of Casper #AFB5B7
RGB
CMYK
RGB Variations
Color information
#AFB5B7 (or 0xAFB5B7) is known color: Casper. HEX triplet: AF, B5 and B7. RGB value is (175,181,183). Sum of RGB (Red+Green+Blue) = 175+181+183=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFB5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5B7 is #504A48. Grayscale: #B3B3B3. Windows color (decimal): -5261897 or 12039599. OLE color: 12039599.
HSL color Cylindrical-coordinate representation of color #AFB5B7: hue angle of 195º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFB5B7 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 175 | 181 | 183 | - |
CMYK | 0.04 | 0.01 | 0 | 0.28 |
HSL | 195º | 0.05% | 0.7% | - |
HSV(B) | 195º | 0.04% | 0.72% | - |
XYZ | 42.75 | 45.58 | 51.34 | - |
YUV | 179.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 181 | 183 | 0.04 | 0.01 | 0 | 0.28 | 195 | 0.05 | 0.7 |
Hex | AF | B5 | B7 | 4 | 1 | 0 | 1C | C3 | 5 | 46 |
Octal | 257 | 265 | 267 | 4 | 1 | 0 | 34 | 303 | 5 | 106 |
Binary | 10101111 | 10110101 | 10110111 | 100 | 1 | 0 | 11100 | 11000011 | 101 | 1000110 |
Color Harmonies of #AFB5B7
Complementary color
Monochromatic Colors of #AFB5B7
Black with #AFB5B7
Text Example
Text Example
White with #AFB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5B7; }
p { color: rgb(175,181,183); }
H1.HeaderClassName
{
color: #AFB5B7;
}
.AnyTagClassName
{
color: #AFB5B7;
}
</style>
background-color css
<style>
a { background-color: #AFB5B7; }
a { background-color: rgb(175,181,183); }
div.DivClassName
{
background-color: #AFB5B7;
}
.BgClassName
{
background-color: #AFB5B7;
}
</style>
border-color css
<style>
span { border-color: #AFB5B7; }
span { border-color: rgb(175,181,183); }
td.TdClassName
{
border-color: #AFB5B7;
}
.TagClassName
{
border-color: #AFB5B7;
}
</style>