Shades of Perano #AAB8F3
Tints of Perano #AAB8F3
RGB
CMYK
RGB Variations
Color information
#AAB8F3 (or 0xAAB8F3) is known color: Perano. HEX triplet: AA, B8 and F3. RGB value is (170,184,243). Sum of RGB (Red+Green+Blue) = 170+184+243=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAB8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8F3 is #55470C. Grayscale: #BABABA. Windows color (decimal): -5588749 or 15972522. OLE color: 15972522.
HSL color Cylindrical-coordinate representation of color #AAB8F3: hue angle of 228.49º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB8F3 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 184 | 243 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.05 |
| HSL | 228.49º | 0.75% | 0.81% | - |
| HSV(B) | 228.49º | 0.3% | 0.95% | - |
| XYZ | 49.9 | 49.3 | 91.68 | - |
| YUV | 186.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 243 | 0.30 | 0.24 | 0 | 0.05 | 228.49 | 0.75 | 0.81 |
| Hex | AA | B8 | F3 | 1E | 18 | 0 | 5 | E4 | 4B | 51 |
| Octal | 252 | 270 | 363 | 36 | 30 | 0 | 5 | 344 | 113 | 121 |
| Binary | 10101010 | 10111000 | 11110011 | 11110 | 11000 | 0 | 101 | 11100100 | 1001011 | 1010001 |
Color Harmonies of #AAB8F3
Complementary color
Monochromatic Colors of #AAB8F3
Black with #AAB8F3
Text Example
Text Example
White with #AAB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8F3; }
p { color: rgb(170,184,243); }
H1.HeaderClassName
{
color: #AAB8F3;
}
.AnyTagClassName
{
color: #AAB8F3;
}
</style>
background-color css
<style>
a { background-color: #AAB8F3; }
a { background-color: rgb(170,184,243); }
div.DivClassName
{
background-color: #AAB8F3;
}
.BgClassName
{
background-color: #AAB8F3;
}
</style>
border-color css
<style>
span { border-color: #AAB8F3; }
span { border-color: rgb(170,184,243); }
td.TdClassName
{
border-color: #AAB8F3;
}
.TagClassName
{
border-color: #AAB8F3;
}
</style>