Shades of Casper #A8BABB
Tints of Casper #A8BABB
RGB
CMYK
RGB Variations
Color information
#A8BABB (or 0xA8BABB) is known color: Casper. HEX triplet: A8, BA and BB. RGB value is (168,186,187). Sum of RGB (Red+Green+Blue) = 168+186+187=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BABB is #574544. Grayscale: #B4B4B4. Windows color (decimal): -5719365 or 12303016. OLE color: 12303016.
HSL color Cylindrical-coordinate representation of color #A8BABB: hue angle of 183.16º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BABB is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 186 | 187 | - |
CMYK | 0.10 | 0.01 | 0 | 0.27 |
HSL | 183.16º | 0.12% | 0.7% | - |
HSV(B) | 183.16º | 0.1% | 0.73% | - |
XYZ | 42.68 | 47.03 | 53.84 | - |
YUV | 180.73 | 131.54 | 118.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 186 | 187 | 0.10 | 0.01 | 0 | 0.27 | 183.16 | 0.12 | 0.7 |
Hex | A8 | BA | BB | A | 1 | 0 | 1B | B7 | C | 46 |
Octal | 250 | 272 | 273 | 12 | 1 | 0 | 33 | 267 | 14 | 106 |
Binary | 10101000 | 10111010 | 10111011 | 1010 | 1 | 0 | 11011 | 10110111 | 1100 | 1000110 |
Color Harmonies of #A8BABB
Complementary color
Monochromatic Colors of #A8BABB
Black with #A8BABB
Text Example
Text Example
White with #A8BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BABB; }
p { color: rgb(168,186,187); }
H1.HeaderClassName
{
color: #A8BABB;
}
.AnyTagClassName
{
color: #A8BABB;
}
</style>
background-color css
<style>
a { background-color: #A8BABB; }
a { background-color: rgb(168,186,187); }
div.DivClassName
{
background-color: #A8BABB;
}
.BgClassName
{
background-color: #A8BABB;
}
</style>
border-color css
<style>
span { border-color: #A8BABB; }
span { border-color: rgb(168,186,187); }
td.TdClassName
{
border-color: #A8BABB;
}
.TagClassName
{
border-color: #A8BABB;
}
</style>