Shades of Casper #A1BBBE
Tints of Casper #A1BBBE
RGB
CMYK
RGB Variations
Color information
#A1BBBE (or 0xA1BBBE) is known color: Casper. HEX triplet: A1, BB and BE. RGB value is (161,187,190). Sum of RGB (Red+Green+Blue) = 161+187+190=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBBE is #5E4441. Grayscale: #B3B3B3. Windows color (decimal): -6177858 or 12499873. OLE color: 12499873.
HSL color Cylindrical-coordinate representation of color #A1BBBE: hue angle of 186.21º 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 #A1BBBE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 187 | 190 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.25 |
| HSL | 186.21º | 0.18% | 0.69% | - |
| HSV(B) | 186.21º | 0.15% | 0.75% | - |
| XYZ | 41.76 | 46.84 | 55.55 | - |
| YUV | 179.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 190 | 0.15 | 0.02 | 0 | 0.25 | 186.21 | 0.18 | 0.69 |
| Hex | A1 | BB | BE | F | 2 | 0 | 19 | BA | 12 | 45 |
| Octal | 241 | 273 | 276 | 17 | 2 | 0 | 31 | 272 | 22 | 105 |
| Binary | 10100001 | 10111011 | 10111110 | 1111 | 10 | 0 | 11001 | 10111010 | 10010 | 1000101 |
Color Harmonies of #A1BBBE
Complementary color
Monochromatic Colors of #A1BBBE
Black with #A1BBBE
Text Example
Text Example
White with #A1BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBBE; }
p { color: rgb(161,187,190); }
H1.HeaderClassName
{
color: #A1BBBE;
}
.AnyTagClassName
{
color: #A1BBBE;
}
</style>
background-color css
<style>
a { background-color: #A1BBBE; }
a { background-color: rgb(161,187,190); }
div.DivClassName
{
background-color: #A1BBBE;
}
.BgClassName
{
background-color: #A1BBBE;
}
</style>
border-color css
<style>
span { border-color: #A1BBBE; }
span { border-color: rgb(161,187,190); }
td.TdClassName
{
border-color: #A1BBBE;
}
.TagClassName
{
border-color: #A1BBBE;
}
</style>