Shades of Perano #AAB2FC
Tints of Perano #AAB2FC
RGB
CMYK
RGB Variations
Color information
#AAB2FC (or 0xAAB2FC) is known color: Perano. HEX triplet: AA, B2 and FC. RGB value is (170,178,252). Sum of RGB (Red+Green+Blue) = 170+178+252=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2FC is #554D03. Grayscale: #B7B7B7. Windows color (decimal): -5590276 or 16560810. OLE color: 16560810.
HSL color Cylindrical-coordinate representation of color #AAB2FC: hue angle of 234.15º degrees, saturation: 0.93, 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 #AAB2FC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 178 | 252 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.01 |
| HSL | 234.15º | 0.93% | 0.83% | - |
| HSV(B) | 234.15º | 0.33% | 0.99% | - |
| XYZ | 50.07 | 47.42 | 98.61 | - |
| YUV | 184.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 252 | 0.33 | 0.29 | 0 | 0.01 | 234.15 | 0.93 | 0.83 |
| Hex | AA | B2 | FC | 21 | 1D | 0 | 1 | EA | 5D | 53 |
| Octal | 252 | 262 | 374 | 41 | 35 | 0 | 1 | 352 | 135 | 123 |
| Binary | 10101010 | 10110010 | 11111100 | 100001 | 11101 | 0 | 1 | 11101010 | 1011101 | 1010011 |
Color Harmonies of #AAB2FC
Complementary color
Monochromatic Colors of #AAB2FC
Black with #AAB2FC
Text Example
Text Example
White with #AAB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2FC; }
p { color: rgb(170,178,252); }
H1.HeaderClassName
{
color: #AAB2FC;
}
.AnyTagClassName
{
color: #AAB2FC;
}
</style>
background-color css
<style>
a { background-color: #AAB2FC; }
a { background-color: rgb(170,178,252); }
div.DivClassName
{
background-color: #AAB2FC;
}
.BgClassName
{
background-color: #AAB2FC;
}
</style>
border-color css
<style>
span { border-color: #AAB2FC; }
span { border-color: rgb(170,178,252); }
td.TdClassName
{
border-color: #AAB2FC;
}
.TagClassName
{
border-color: #AAB2FC;
}
</style>