Shades of Casper #AFB7B8
Tints of Casper #AFB7B8
RGB
CMYK
RGB Variations
Color information
#AFB7B8 (or 0xAFB7B8) is known color: Casper. HEX triplet: AF, B7 and B8. RGB value is (175,183,184). Sum of RGB (Red+Green+Blue) = 175+183+184=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 184 - color contains mainly: blue. Hex color #AFB7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7B8 is #504847. Grayscale: #B4B4B4. Windows color (decimal): -5261384 or 12105647. OLE color: 12105647.
HSL color Cylindrical-coordinate representation of color #AFB7B8: hue angle of 186.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB7B8 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 175 | 183 | 184 | - |
CMYK | 0.05 | 0.01 | 0 | 0.28 |
HSL | 186.67º | 0.06% | 0.7% | - |
HSV(B) | 186.67º | 0.05% | 0.72% | - |
XYZ | 43.26 | 46.44 | 52.03 | - |
YUV | 180.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 183 | 184 | 0.05 | 0.01 | 0 | 0.28 | 186.67 | 0.06 | 0.7 |
Hex | AF | B7 | B8 | 5 | 1 | 0 | 1C | BB | 6 | 46 |
Octal | 257 | 267 | 270 | 5 | 1 | 0 | 34 | 273 | 6 | 106 |
Binary | 10101111 | 10110111 | 10111000 | 101 | 1 | 0 | 11100 | 10111011 | 110 | 1000110 |
Color Harmonies of #AFB7B8
Complementary color
Monochromatic Colors of #AFB7B8
Black with #AFB7B8
Text Example
Text Example
White with #AFB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7B8; }
p { color: rgb(175,183,184); }
H1.HeaderClassName
{
color: #AFB7B8;
}
.AnyTagClassName
{
color: #AFB7B8;
}
</style>
background-color css
<style>
a { background-color: #AFB7B8; }
a { background-color: rgb(175,183,184); }
div.DivClassName
{
background-color: #AFB7B8;
}
.BgClassName
{
background-color: #AFB7B8;
}
</style>
border-color css
<style>
span { border-color: #AFB7B8; }
span { border-color: rgb(175,183,184); }
td.TdClassName
{
border-color: #AFB7B8;
}
.TagClassName
{
border-color: #AFB7B8;
}
</style>