Shades of Casper #A1BFC4
Tints of Casper #A1BFC4
RGB
CMYK
RGB Variations
Color information
#A1BFC4 (or 0xA1BFC4) is known color: Casper. HEX triplet: A1, BF and C4. RGB value is (161,191,196). Sum of RGB (Red+Green+Blue) = 161+191+196=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 196 - color contains mainly: blue. Hex color #A1BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFC4 is #5E403B. Grayscale: #B6B6B6. Windows color (decimal): -6176828 or 12894113. OLE color: 12894113.
HSL color Cylindrical-coordinate representation of color #A1BFC4: hue angle of 188.57º 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 #A1BFC4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 191 | 196 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.23 |
| HSL | 188.57º | 0.23% | 0.7% | - |
| HSV(B) | 188.57º | 0.18% | 0.77% | - |
| XYZ | 43.29 | 48.82 | 59.37 | - |
| YUV | 182.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 196 | 0.18 | 0.03 | 0 | 0.23 | 188.57 | 0.23 | 0.7 |
| Hex | A1 | BF | C4 | 12 | 3 | 0 | 17 | BD | 17 | 46 |
| Octal | 241 | 277 | 304 | 22 | 3 | 0 | 27 | 275 | 27 | 106 |
| Binary | 10100001 | 10111111 | 11000100 | 10010 | 11 | 0 | 10111 | 10111101 | 10111 | 1000110 |
Color Harmonies of #A1BFC4
Complementary color
Monochromatic Colors of #A1BFC4
Black with #A1BFC4
Text Example
Text Example
White with #A1BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFC4; }
p { color: rgb(161,191,196); }
H1.HeaderClassName
{
color: #A1BFC4;
}
.AnyTagClassName
{
color: #A1BFC4;
}
</style>
background-color css
<style>
a { background-color: #A1BFC4; }
a { background-color: rgb(161,191,196); }
div.DivClassName
{
background-color: #A1BFC4;
}
.BgClassName
{
background-color: #A1BFC4;
}
</style>
border-color css
<style>
span { border-color: #A1BFC4; }
span { border-color: rgb(161,191,196); }
td.TdClassName
{
border-color: #A1BFC4;
}
.TagClassName
{
border-color: #A1BFC4;
}
</style>