Shades of Casper #AFB2B4
Tints of Casper #AFB2B4
RGB
CMYK
RGB Variations
Color information
#AFB2B4 (or 0xAFB2B4) is known color: Casper. HEX triplet: AF, B2 and B4. RGB value is (175,178,180). Sum of RGB (Red+Green+Blue) = 175+178+180=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFB2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2B4 is #504D4B. Grayscale: #B1B1B1. Windows color (decimal): -5262668 or 11842223. OLE color: 11842223.
HSL color Cylindrical-coordinate representation of color #AFB2B4: hue angle of 204º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFB2B4 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 178 | 180 | - |
CMYK | 0.03 | 0.01 | 0 | 0.29 |
HSL | 204º | 0.03% | 0.7% | - |
HSV(B) | 204º | 0.03% | 0.71% | - |
XYZ | 41.84 | 44.25 | 49.52 | - |
YUV | 177.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 178 | 180 | 0.03 | 0.01 | 0 | 0.29 | 204 | 0.03 | 0.7 |
Hex | AF | B2 | B4 | 3 | 1 | 0 | 1D | CC | 3 | 46 |
Octal | 257 | 262 | 264 | 3 | 1 | 0 | 35 | 314 | 3 | 106 |
Binary | 10101111 | 10110010 | 10110100 | 11 | 1 | 0 | 11101 | 11001100 | 11 | 1000110 |
Color Harmonies of #AFB2B4
Complementary color
Monochromatic Colors of #AFB2B4
Black with #AFB2B4
Text Example
Text Example
White with #AFB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2B4; }
p { color: rgb(175,178,180); }
H1.HeaderClassName
{
color: #AFB2B4;
}
.AnyTagClassName
{
color: #AFB2B4;
}
</style>
background-color css
<style>
a { background-color: #AFB2B4; }
a { background-color: rgb(175,178,180); }
div.DivClassName
{
background-color: #AFB2B4;
}
.BgClassName
{
background-color: #AFB2B4;
}
</style>
border-color css
<style>
span { border-color: #AFB2B4; }
span { border-color: rgb(175,178,180); }
td.TdClassName
{
border-color: #AFB2B4;
}
.TagClassName
{
border-color: #AFB2B4;
}
</style>