Shades of Casper #A8B6B7
Tints of Casper #A8B6B7
RGB
CMYK
RGB Variations
Color information
#A8B6B7 (or 0xA8B6B7) is known color: Casper. HEX triplet: A8, B6 and B7. RGB value is (168,182,183). Sum of RGB (Red+Green+Blue) = 168+182+183=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8B6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B6B7 is #574948. Grayscale: #B1B1B1. Windows color (decimal): -5720393 or 12039848. OLE color: 12039848.
HSL color Cylindrical-coordinate representation of color #A8B6B7: hue angle of 184º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B6B7 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 182 | 183 | - |
CMYK | 0.08 | 0.01 | 0 | 0.28 |
HSL | 184º | 0.09% | 0.69% | - |
HSV(B) | 184º | 0.08% | 0.72% | - |
XYZ | 41.42 | 45.2 | 51.34 | - |
YUV | 177.93 | 130.86 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 182 | 183 | 0.08 | 0.01 | 0 | 0.28 | 184 | 0.09 | 0.69 |
Hex | A8 | B6 | B7 | 8 | 1 | 0 | 1C | B8 | 9 | 45 |
Octal | 250 | 266 | 267 | 10 | 1 | 0 | 34 | 270 | 11 | 105 |
Binary | 10101000 | 10110110 | 10110111 | 1000 | 1 | 0 | 11100 | 10111000 | 1001 | 1000101 |
Color Harmonies of #A8B6B7
Complementary color
Monochromatic Colors of #A8B6B7
Black with #A8B6B7
Text Example
Text Example
White with #A8B6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B6B7; }
p { color: rgb(168,182,183); }
H1.HeaderClassName
{
color: #A8B6B7;
}
.AnyTagClassName
{
color: #A8B6B7;
}
</style>
background-color css
<style>
a { background-color: #A8B6B7; }
a { background-color: rgb(168,182,183); }
div.DivClassName
{
background-color: #A8B6B7;
}
.BgClassName
{
background-color: #A8B6B7;
}
</style>
border-color css
<style>
span { border-color: #A8B6B7; }
span { border-color: rgb(168,182,183); }
td.TdClassName
{
border-color: #A8B6B7;
}
.TagClassName
{
border-color: #A8B6B7;
}
</style>