Shades of Casper #AEB2B4
Tints of Casper #AEB2B4
RGB
CMYK
RGB Variations
Color information
#AEB2B4 (or 0xAEB2B4) is known color: Casper. HEX triplet: AE, B2 and B4. RGB value is (174,178,180). Sum of RGB (Red+Green+Blue) = 174+178+180=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEB2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2B4 is #514D4B. Grayscale: #B1B1B1. Windows color (decimal): -5328204 or 11842222. OLE color: 11842222.
HSL color Cylindrical-coordinate representation of color #AEB2B4: hue angle of 200º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEB2B4 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 178 | 180 | - |
CMYK | 0.03 | 0.01 | 0 | 0.29 |
HSL | 200º | 0.04% | 0.69% | - |
HSV(B) | 200º | 0.03% | 0.71% | - |
XYZ | 41.61 | 44.13 | 49.51 | - |
YUV | 177.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 178 | 180 | 0.03 | 0.01 | 0 | 0.29 | 200 | 0.04 | 0.69 |
Hex | AE | B2 | B4 | 3 | 1 | 0 | 1D | C8 | 4 | 45 |
Octal | 256 | 262 | 264 | 3 | 1 | 0 | 35 | 310 | 4 | 105 |
Binary | 10101110 | 10110010 | 10110100 | 11 | 1 | 0 | 11101 | 11001000 | 100 | 1000101 |
Color Harmonies of #AEB2B4
Complementary color
Monochromatic Colors of #AEB2B4
Black with #AEB2B4
Text Example
Text Example
White with #AEB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB2B4; }
p { color: rgb(174,178,180); }
H1.HeaderClassName
{
color: #AEB2B4;
}
.AnyTagClassName
{
color: #AEB2B4;
}
</style>
background-color css
<style>
a { background-color: #AEB2B4; }
a { background-color: rgb(174,178,180); }
div.DivClassName
{
background-color: #AEB2B4;
}
.BgClassName
{
background-color: #AEB2B4;
}
</style>
border-color css
<style>
span { border-color: #AEB2B4; }
span { border-color: rgb(174,178,180); }
td.TdClassName
{
border-color: #AEB2B4;
}
.TagClassName
{
border-color: #AEB2B4;
}
</style>