Shades of Casper #A0BDC4
Tints of Casper #A0BDC4
RGB
CMYK
RGB Variations
Color information
#A0BDC4 (or 0xA0BDC4) is known color: Casper. HEX triplet: A0, BD and C4. RGB value is (160,189,196). Sum of RGB (Red+Green+Blue) = 160+189+196=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #A0BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDC4 is #5F423B. Grayscale: #B5B5B5. Windows color (decimal): -6242876 or 12893600. OLE color: 12893600.
HSL color Cylindrical-coordinate representation of color #A0BDC4: hue angle of 191.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BDC4 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 189 | 196 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.23 |
| HSL | 191.67º | 0.23% | 0.7% | - |
| HSV(B) | 191.67º | 0.18% | 0.77% | - |
| XYZ | 42.66 | 47.85 | 59.21 | - |
| YUV | 181.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 196 | 0.18 | 0.04 | 0 | 0.23 | 191.67 | 0.23 | 0.7 |
| Hex | A0 | BD | C4 | 12 | 4 | 0 | 17 | C0 | 17 | 46 |
| Octal | 240 | 275 | 304 | 22 | 4 | 0 | 27 | 300 | 27 | 106 |
| Binary | 10100000 | 10111101 | 11000100 | 10010 | 100 | 0 | 10111 | 11000000 | 10111 | 1000110 |
Color Harmonies of #A0BDC4
Complementary color
Monochromatic Colors of #A0BDC4
Black with #A0BDC4
Text Example
Text Example
White with #A0BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDC4; }
p { color: rgb(160,189,196); }
H1.HeaderClassName
{
color: #A0BDC4;
}
.AnyTagClassName
{
color: #A0BDC4;
}
</style>
background-color css
<style>
a { background-color: #A0BDC4; }
a { background-color: rgb(160,189,196); }
div.DivClassName
{
background-color: #A0BDC4;
}
.BgClassName
{
background-color: #A0BDC4;
}
</style>
border-color css
<style>
span { border-color: #A0BDC4; }
span { border-color: rgb(160,189,196); }
td.TdClassName
{
border-color: #A0BDC4;
}
.TagClassName
{
border-color: #A0BDC4;
}
</style>