Shades of Casper #ABB6B7
Tints of Casper #ABB6B7
RGB
CMYK
RGB Variations
Color information
#ABB6B7 (or 0xABB6B7) is known color: Casper. HEX triplet: AB, B6 and B7. RGB value is (171,182,183). Sum of RGB (Red+Green+Blue) = 171+182+183=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABB6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6B7 is #544948. Grayscale: #B2B2B2. Windows color (decimal): -5523785 or 12039851. OLE color: 12039851.
HSL color Cylindrical-coordinate representation of color #ABB6B7: hue angle of 185º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB6B7 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 171 | 182 | 183 | - |
CMYK | 0.07 | 0.01 | 0 | 0.28 |
HSL | 185º | 0.08% | 0.69% | - |
HSV(B) | 185º | 0.07% | 0.72% | - |
XYZ | 42.07 | 45.53 | 51.37 | - |
YUV | 178.83 | 130.36 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 182 | 183 | 0.07 | 0.01 | 0 | 0.28 | 185 | 0.08 | 0.69 |
Hex | AB | B6 | B7 | 7 | 1 | 0 | 1C | B9 | 8 | 45 |
Octal | 253 | 266 | 267 | 7 | 1 | 0 | 34 | 271 | 10 | 105 |
Binary | 10101011 | 10110110 | 10110111 | 111 | 1 | 0 | 11100 | 10111001 | 1000 | 1000101 |
Color Harmonies of #ABB6B7
Complementary color
Monochromatic Colors of #ABB6B7
Black with #ABB6B7
Text Example
Text Example
White with #ABB6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB6B7; }
p { color: rgb(171,182,183); }
H1.HeaderClassName
{
color: #ABB6B7;
}
.AnyTagClassName
{
color: #ABB6B7;
}
</style>
background-color css
<style>
a { background-color: #ABB6B7; }
a { background-color: rgb(171,182,183); }
div.DivClassName
{
background-color: #ABB6B7;
}
.BgClassName
{
background-color: #ABB6B7;
}
</style>
border-color css
<style>
span { border-color: #ABB6B7; }
span { border-color: rgb(171,182,183); }
td.TdClassName
{
border-color: #ABB6B7;
}
.TagClassName
{
border-color: #ABB6B7;
}
</style>