Shades of Casper #ACBEC1
Tints of Casper #ACBEC1
RGB
CMYK
RGB Variations
Color information
#ACBEC1 (or 0xACBEC1) is known color: Casper. HEX triplet: AC, BE and C1. RGB value is (172,190,193). Sum of RGB (Red+Green+Blue) = 172+190+193=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACBEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEC1 is #53413E. Grayscale: #B8B8B8. Windows color (decimal): -5456191 or 12697260. OLE color: 12697260.
HSL color Cylindrical-coordinate representation of color #ACBEC1: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACBEC1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 190 | 193 | - |
CMYK | 0.11 | 0.02 | 0 | 0.24 |
HSL | 188.57º | 0.14% | 0.72% | - |
HSV(B) | 188.57º | 0.11% | 0.76% | - |
XYZ | 45.05 | 49.45 | 57.62 | - |
YUV | 184.96 | 132.54 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 193 | 0.11 | 0.02 | 0 | 0.24 | 188.57 | 0.14 | 0.72 |
Hex | AC | BE | C1 | B | 2 | 0 | 18 | BD | E | 48 |
Octal | 254 | 276 | 301 | 13 | 2 | 0 | 30 | 275 | 16 | 110 |
Binary | 10101100 | 10111110 | 11000001 | 1011 | 10 | 0 | 11000 | 10111101 | 1110 | 1001000 |
Color Harmonies of #ACBEC1
Complementary color
Monochromatic Colors of #ACBEC1
Black with #ACBEC1
Text Example
Text Example
White with #ACBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEC1; }
p { color: rgb(172,190,193); }
H1.HeaderClassName
{
color: #ACBEC1;
}
.AnyTagClassName
{
color: #ACBEC1;
}
</style>
background-color css
<style>
a { background-color: #ACBEC1; }
a { background-color: rgb(172,190,193); }
div.DivClassName
{
background-color: #ACBEC1;
}
.BgClassName
{
background-color: #ACBEC1;
}
</style>
border-color css
<style>
span { border-color: #ACBEC1; }
span { border-color: rgb(172,190,193); }
td.TdClassName
{
border-color: #ACBEC1;
}
.TagClassName
{
border-color: #ACBEC1;
}
</style>