Shades of Casper #A1B5BE
Tints of Casper #A1B5BE
RGB
CMYK
RGB Variations
Color information
#A1B5BE (or 0xA1B5BE) is known color: Casper. HEX triplet: A1, B5 and BE. RGB value is (161,181,190). Sum of RGB (Red+Green+Blue) = 161+181+190=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5BE is #5E4A41. Grayscale: #AFAFAF. Windows color (decimal): -6179394 or 12498337. OLE color: 12498337.
HSL color Cylindrical-coordinate representation of color #A1B5BE: hue angle of 198.62º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1B5BE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 161 | 181 | 190 | - |
CMYK | 0.15 | 0.05 | 0 | 0.25 |
HSL | 198.62º | 0.18% | 0.69% | - |
HSV(B) | 198.62º | 0.15% | 0.75% | - |
XYZ | 40.52 | 44.34 | 55.14 | - |
YUV | 176.05 | 135.87 | 117.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 181 | 190 | 0.15 | 0.05 | 0 | 0.25 | 198.62 | 0.18 | 0.69 |
Hex | A1 | B5 | BE | F | 5 | 0 | 19 | C7 | 12 | 45 |
Octal | 241 | 265 | 276 | 17 | 5 | 0 | 31 | 307 | 22 | 105 |
Binary | 10100001 | 10110101 | 10111110 | 1111 | 101 | 0 | 11001 | 11000111 | 10010 | 1000101 |
Color Harmonies of #A1B5BE
Complementary color
Monochromatic Colors of #A1B5BE
Black with #A1B5BE
Text Example
Text Example
White with #A1B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B5BE; }
p { color: rgb(161,181,190); }
H1.HeaderClassName
{
color: #A1B5BE;
}
.AnyTagClassName
{
color: #A1B5BE;
}
</style>
background-color css
<style>
a { background-color: #A1B5BE; }
a { background-color: rgb(161,181,190); }
div.DivClassName
{
background-color: #A1B5BE;
}
.BgClassName
{
background-color: #A1B5BE;
}
</style>
border-color css
<style>
span { border-color: #A1B5BE; }
span { border-color: rgb(161,181,190); }
td.TdClassName
{
border-color: #A1B5BE;
}
.TagClassName
{
border-color: #A1B5BE;
}
</style>