Shades of Casper #ADBEC1
Tints of Casper #ADBEC1
RGB
CMYK
RGB Variations
Color information
#ADBEC1 (or 0xADBEC1) is known color: Casper. HEX triplet: AD, BE and C1. RGB value is (173,190,193). Sum of RGB (Red+Green+Blue) = 173+190+193=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC1 is #52413E. Grayscale: #B9B9B9. Windows color (decimal): -5390655 or 12697261. OLE color: 12697261.
HSL color Cylindrical-coordinate representation of color #ADBEC1: hue angle of 189º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBEC1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 190 | 193 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.24 |
| HSL | 189º | 0.14% | 0.72% | - |
| HSV(B) | 189º | 0.1% | 0.76% | - |
| XYZ | 45.27 | 49.56 | 57.63 | - |
| YUV | 185.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 193 | 0.10 | 0.02 | 0 | 0.24 | 189 | 0.14 | 0.72 |
| Hex | AD | BE | C1 | A | 2 | 0 | 18 | BD | E | 48 |
| Octal | 255 | 276 | 301 | 12 | 2 | 0 | 30 | 275 | 16 | 110 |
| Binary | 10101101 | 10111110 | 11000001 | 1010 | 10 | 0 | 11000 | 10111101 | 1110 | 1001000 |
Color Harmonies of #ADBEC1
Complementary color
Monochromatic Colors of #ADBEC1
Black with #ADBEC1
Text Example
Text Example
White with #ADBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEC1; }
p { color: rgb(173,190,193); }
H1.HeaderClassName
{
color: #ADBEC1;
}
.AnyTagClassName
{
color: #ADBEC1;
}
</style>
background-color css
<style>
a { background-color: #ADBEC1; }
a { background-color: rgb(173,190,193); }
div.DivClassName
{
background-color: #ADBEC1;
}
.BgClassName
{
background-color: #ADBEC1;
}
</style>
border-color css
<style>
span { border-color: #ADBEC1; }
span { border-color: rgb(173,190,193); }
td.TdClassName
{
border-color: #ADBEC1;
}
.TagClassName
{
border-color: #ADBEC1;
}
</style>