Shades of Casper #AFB6B7
Tints of Casper #AFB6B7
RGB
CMYK
RGB Variations
Color information
#AFB6B7 (or 0xAFB6B7) is known color: Casper. HEX triplet: AF, B6 and B7. RGB value is (175,182,183). Sum of RGB (Red+Green+Blue) = 175+182+183=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFB6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6B7 is #504948. Grayscale: #B4B4B4. Windows color (decimal): -5261641 or 12039855. OLE color: 12039855.
HSL color Cylindrical-coordinate representation of color #AFB6B7: hue angle of 187.5º 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 #AFB6B7 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 175 | 182 | 183 | - |
CMYK | 0.04 | 0.01 | 0 | 0.28 |
HSL | 187.5º | 0.05% | 0.7% | - |
HSV(B) | 187.5º | 0.04% | 0.72% | - |
XYZ | 42.95 | 45.99 | 51.41 | - |
YUV | 180.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 182 | 183 | 0.04 | 0.01 | 0 | 0.28 | 187.5 | 0.05 | 0.7 |
Hex | AF | B6 | B7 | 4 | 1 | 0 | 1C | BC | 5 | 46 |
Octal | 257 | 266 | 267 | 4 | 1 | 0 | 34 | 274 | 5 | 106 |
Binary | 10101111 | 10110110 | 10110111 | 100 | 1 | 0 | 11100 | 10111100 | 101 | 1000110 |
Color Harmonies of #AFB6B7
Complementary color
Monochromatic Colors of #AFB6B7
Black with #AFB6B7
Text Example
Text Example
White with #AFB6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6B7; }
p { color: rgb(175,182,183); }
H1.HeaderClassName
{
color: #AFB6B7;
}
.AnyTagClassName
{
color: #AFB6B7;
}
</style>
background-color css
<style>
a { background-color: #AFB6B7; }
a { background-color: rgb(175,182,183); }
div.DivClassName
{
background-color: #AFB6B7;
}
.BgClassName
{
background-color: #AFB6B7;
}
</style>
border-color css
<style>
span { border-color: #AFB6B7; }
span { border-color: rgb(175,182,183); }
td.TdClassName
{
border-color: #AFB6B7;
}
.TagClassName
{
border-color: #AFB6B7;
}
</style>