Shades of Casper #A4BCC2
Tints of Casper #A4BCC2
RGB
CMYK
RGB Variations
Color information
#A4BCC2 (or 0xA4BCC2) is known color: Casper. HEX triplet: A4, BC and C2. RGB value is (164,188,194). Sum of RGB (Red+Green+Blue) = 164+188+194=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #A4BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCC2 is #5B433D. Grayscale: #B5B5B5. Windows color (decimal): -5980990 or 12762276. OLE color: 12762276.
HSL color Cylindrical-coordinate representation of color #A4BCC2: hue angle of 192º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BCC2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 188 | 194 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.24 |
| HSL | 192º | 0.2% | 0.7% | - |
| HSV(B) | 192º | 0.15% | 0.76% | - |
| XYZ | 43.03 | 47.75 | 57.99 | - |
| YUV | 181.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 194 | 0.15 | 0.03 | 0 | 0.24 | 192 | 0.2 | 0.7 |
| Hex | A4 | BC | C2 | F | 3 | 0 | 18 | C0 | 14 | 46 |
| Octal | 244 | 274 | 302 | 17 | 3 | 0 | 30 | 300 | 24 | 106 |
| Binary | 10100100 | 10111100 | 11000010 | 1111 | 11 | 0 | 11000 | 11000000 | 10100 | 1000110 |
Color Harmonies of #A4BCC2
Complementary color
Monochromatic Colors of #A4BCC2
Black with #A4BCC2
Text Example
Text Example
White with #A4BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BCC2; }
p { color: rgb(164,188,194); }
H1.HeaderClassName
{
color: #A4BCC2;
}
.AnyTagClassName
{
color: #A4BCC2;
}
</style>
background-color css
<style>
a { background-color: #A4BCC2; }
a { background-color: rgb(164,188,194); }
div.DivClassName
{
background-color: #A4BCC2;
}
.BgClassName
{
background-color: #A4BCC2;
}
</style>
border-color css
<style>
span { border-color: #A4BCC2; }
span { border-color: rgb(164,188,194); }
td.TdClassName
{
border-color: #A4BCC2;
}
.TagClassName
{
border-color: #A4BCC2;
}
</style>