Shades of Casper #A3BBBE
Tints of Casper #A3BBBE
RGB
CMYK
RGB Variations
Color information
#A3BBBE (or 0xA3BBBE) is known color: Casper. HEX triplet: A3, BB and BE. RGB value is (163,187,190). Sum of RGB (Red+Green+Blue) = 163+187+190=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBBE is #5C4441. Grayscale: #B4B4B4. Windows color (decimal): -6046786 or 12499875. OLE color: 12499875.
HSL color Cylindrical-coordinate representation of color #A3BBBE: hue angle of 186.67º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BBBE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 187 | 190 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.25 |
| HSL | 186.67º | 0.17% | 0.69% | - |
| HSV(B) | 186.67º | 0.14% | 0.75% | - |
| XYZ | 42.17 | 47.04 | 55.57 | - |
| YUV | 180.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 190 | 0.14 | 0.02 | 0 | 0.25 | 186.67 | 0.17 | 0.69 |
| Hex | A3 | BB | BE | E | 2 | 0 | 19 | BB | 11 | 45 |
| Octal | 243 | 273 | 276 | 16 | 2 | 0 | 31 | 273 | 21 | 105 |
| Binary | 10100011 | 10111011 | 10111110 | 1110 | 10 | 0 | 11001 | 10111011 | 10001 | 1000101 |
Color Harmonies of #A3BBBE
Complementary color
Monochromatic Colors of #A3BBBE
Black with #A3BBBE
Text Example
Text Example
White with #A3BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBBE; }
p { color: rgb(163,187,190); }
H1.HeaderClassName
{
color: #A3BBBE;
}
.AnyTagClassName
{
color: #A3BBBE;
}
</style>
background-color css
<style>
a { background-color: #A3BBBE; }
a { background-color: rgb(163,187,190); }
div.DivClassName
{
background-color: #A3BBBE;
}
.BgClassName
{
background-color: #A3BBBE;
}
</style>
border-color css
<style>
span { border-color: #A3BBBE; }
span { border-color: rgb(163,187,190); }
td.TdClassName
{
border-color: #A3BBBE;
}
.TagClassName
{
border-color: #A3BBBE;
}
</style>