Shades of Casper #AFB9BC
Tints of Casper #AFB9BC
RGB
CMYK
RGB Variations
Color information
#AFB9BC (or 0xAFB9BC) is known color: Casper. HEX triplet: AF, B9 and BC. RGB value is (175,185,188). Sum of RGB (Red+Green+Blue) = 175+185+188=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9BC is #504643. Grayscale: #B6B6B6. Windows color (decimal): -5260868 or 12368303. OLE color: 12368303.
HSL color Cylindrical-coordinate representation of color #AFB9BC: hue angle of 193.85º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB9BC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 175 | 185 | 188 | - |
CMYK | 0.07 | 0.02 | 0 | 0.26 |
HSL | 193.85º | 0.09% | 0.71% | - |
HSV(B) | 193.85º | 0.07% | 0.74% | - |
XYZ | 44.11 | 47.44 | 54.41 | - |
YUV | 182.35 | 131.19 | 122.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 185 | 188 | 0.07 | 0.02 | 0 | 0.26 | 193.85 | 0.09 | 0.71 |
Hex | AF | B9 | BC | 7 | 2 | 0 | 1A | C2 | 9 | 47 |
Octal | 257 | 271 | 274 | 7 | 2 | 0 | 32 | 302 | 11 | 107 |
Binary | 10101111 | 10111001 | 10111100 | 111 | 10 | 0 | 11010 | 11000010 | 1001 | 1000111 |
Color Harmonies of #AFB9BC
Complementary color
Monochromatic Colors of #AFB9BC
Black with #AFB9BC
Text Example
Text Example
White with #AFB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9BC; }
p { color: rgb(175,185,188); }
H1.HeaderClassName
{
color: #AFB9BC;
}
.AnyTagClassName
{
color: #AFB9BC;
}
</style>
background-color css
<style>
a { background-color: #AFB9BC; }
a { background-color: rgb(175,185,188); }
div.DivClassName
{
background-color: #AFB9BC;
}
.BgClassName
{
background-color: #AFB9BC;
}
</style>
border-color css
<style>
span { border-color: #AFB9BC; }
span { border-color: rgb(175,185,188); }
td.TdClassName
{
border-color: #AFB9BC;
}
.TagClassName
{
border-color: #AFB9BC;
}
</style>