Shades of Perano #AAB8FD
Tints of Perano #AAB8FD
RGB
CMYK
RGB Variations
Color information
#AAB8FD (or 0xAAB8FD) is known color: Perano. HEX triplet: AA, B8 and FD. RGB value is (170,184,253). Sum of RGB (Red+Green+Blue) = 170+184+253=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAB8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8FD is #554702. Grayscale: #BBBBBB. Windows color (decimal): -5588739 or 16627882. OLE color: 16627882.
HSL color Cylindrical-coordinate representation of color #AAB8FD: hue angle of 229.88º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB8FD is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 184 | 253 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.01 |
| HSL | 229.88º | 0.95% | 0.83% | - |
| HSV(B) | 229.88º | 0.33% | 0.99% | - |
| XYZ | 51.45 | 49.92 | 99.85 | - |
| YUV | 187.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 253 | 0.33 | 0.27 | 0 | 0.01 | 229.88 | 0.95 | 0.83 |
| Hex | AA | B8 | FD | 21 | 1B | 0 | 1 | E6 | 5F | 53 |
| Octal | 252 | 270 | 375 | 41 | 33 | 0 | 1 | 346 | 137 | 123 |
| Binary | 10101010 | 10111000 | 11111101 | 100001 | 11011 | 0 | 1 | 11100110 | 1011111 | 1010011 |
Color Harmonies of #AAB8FD
Complementary color
Monochromatic Colors of #AAB8FD
Black with #AAB8FD
Text Example
Text Example
White with #AAB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8FD; }
p { color: rgb(170,184,253); }
H1.HeaderClassName
{
color: #AAB8FD;
}
.AnyTagClassName
{
color: #AAB8FD;
}
</style>
background-color css
<style>
a { background-color: #AAB8FD; }
a { background-color: rgb(170,184,253); }
div.DivClassName
{
background-color: #AAB8FD;
}
.BgClassName
{
background-color: #AAB8FD;
}
</style>
border-color css
<style>
span { border-color: #AAB8FD; }
span { border-color: rgb(170,184,253); }
td.TdClassName
{
border-color: #AAB8FD;
}
.TagClassName
{
border-color: #AAB8FD;
}
</style>