Shades of Casper #AFB4B5
Tints of Casper #AFB4B5
RGB
CMYK
RGB Variations
Color information
#AFB4B5 (or 0xAFB4B5) is known color: Casper. HEX triplet: AF, B4 and B5. RGB value is (175,180,181). Sum of RGB (Red+Green+Blue) = 175+180+181=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFB4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4B5 is #504B4A. Grayscale: #B2B2B2. Windows color (decimal): -5262155 or 11908271. OLE color: 11908271.
HSL color Cylindrical-coordinate representation of color #AFB4B5: hue angle of 190º degrees, saturation: 0.04, 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 #AFB4B5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 180 | 181 | - |
CMYK | 0.03 | 0.01 | 0 | 0.29 |
HSL | 190º | 0.04% | 0.7% | - |
HSV(B) | 190º | 0.03% | 0.71% | - |
XYZ | 42.34 | 45.09 | 50.19 | - |
YUV | 178.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 180 | 181 | 0.03 | 0.01 | 0 | 0.29 | 190 | 0.04 | 0.7 |
Hex | AF | B4 | B5 | 3 | 1 | 0 | 1D | BE | 4 | 46 |
Octal | 257 | 264 | 265 | 3 | 1 | 0 | 35 | 276 | 4 | 106 |
Binary | 10101111 | 10110100 | 10110101 | 11 | 1 | 0 | 11101 | 10111110 | 100 | 1000110 |
Color Harmonies of #AFB4B5
Complementary color
Monochromatic Colors of #AFB4B5
Black with #AFB4B5
Text Example
Text Example
White with #AFB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB4B5; }
p { color: rgb(175,180,181); }
H1.HeaderClassName
{
color: #AFB4B5;
}
.AnyTagClassName
{
color: #AFB4B5;
}
</style>
background-color css
<style>
a { background-color: #AFB4B5; }
a { background-color: rgb(175,180,181); }
div.DivClassName
{
background-color: #AFB4B5;
}
.BgClassName
{
background-color: #AFB4B5;
}
</style>
border-color css
<style>
span { border-color: #AFB4B5; }
span { border-color: rgb(175,180,181); }
td.TdClassName
{
border-color: #AFB4B5;
}
.TagClassName
{
border-color: #AFB4B5;
}
</style>