Shades of Casper #ACBBBE
Tints of Casper #ACBBBE
RGB
CMYK
RGB Variations
Color information
#ACBBBE (or 0xACBBBE) is known color: Casper. HEX triplet: AC, BB and BE. RGB value is (172,187,190). Sum of RGB (Red+Green+Blue) = 172+187+190=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBBE is #534441. Grayscale: #B6B6B6. Windows color (decimal): -5456962 or 12499884. OLE color: 12499884.
HSL color Cylindrical-coordinate representation of color #ACBBBE: hue angle of 190º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBBBE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 187 | 190 | - |
CMYK | 0.09 | 0.02 | 0 | 0.25 |
HSL | 190º | 0.12% | 0.71% | - |
HSV(B) | 190º | 0.09% | 0.75% | - |
XYZ | 44.08 | 48.03 | 55.66 | - |
YUV | 182.86 | 132.03 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 187 | 190 | 0.09 | 0.02 | 0 | 0.25 | 190 | 0.12 | 0.71 |
Hex | AC | BB | BE | 9 | 2 | 0 | 19 | BE | C | 47 |
Octal | 254 | 273 | 276 | 11 | 2 | 0 | 31 | 276 | 14 | 107 |
Binary | 10101100 | 10111011 | 10111110 | 1001 | 10 | 0 | 11001 | 10111110 | 1100 | 1000111 |
Color Harmonies of #ACBBBE
Complementary color
Monochromatic Colors of #ACBBBE
Black with #ACBBBE
Text Example
Text Example
White with #ACBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBBE; }
p { color: rgb(172,187,190); }
H1.HeaderClassName
{
color: #ACBBBE;
}
.AnyTagClassName
{
color: #ACBBBE;
}
</style>
background-color css
<style>
a { background-color: #ACBBBE; }
a { background-color: rgb(172,187,190); }
div.DivClassName
{
background-color: #ACBBBE;
}
.BgClassName
{
background-color: #ACBBBE;
}
</style>
border-color css
<style>
span { border-color: #ACBBBE; }
span { border-color: rgb(172,187,190); }
td.TdClassName
{
border-color: #ACBBBE;
}
.TagClassName
{
border-color: #ACBBBE;
}
</style>