Shades of Perano #AAABFB
Tints of Perano #AAABFB
RGB
CMYK
RGB Variations
Color information
#AAABFB (or 0xAAABFB) is known color: Perano. HEX triplet: AA, AB and FB. RGB value is (170,171,251). Sum of RGB (Red+Green+Blue) = 170+171+251=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABFB is #555404. Grayscale: #B3B3B3. Windows color (decimal): -5592069 or 16493482. OLE color: 16493482.
HSL color Cylindrical-coordinate representation of color #AAABFB: hue angle of 239.26º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAABFB is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 171 | 251 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.02 |
| HSL | 239.26º | 0.91% | 0.83% | - |
| HSV(B) | 239.26º | 0.32% | 0.98% | - |
| XYZ | 48.55 | 44.64 | 97.32 | - |
| YUV | 179.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 251 | 0.32 | 0.32 | 0 | 0.02 | 239.26 | 0.91 | 0.83 |
| Hex | AA | AB | FB | 20 | 20 | 0 | 2 | EF | 5B | 53 |
| Octal | 252 | 253 | 373 | 40 | 40 | 0 | 2 | 357 | 133 | 123 |
| Binary | 10101010 | 10101011 | 11111011 | 100000 | 100000 | 0 | 10 | 11101111 | 1011011 | 1010011 |
Color Harmonies of #AAABFB
Complementary color
Monochromatic Colors of #AAABFB
Black with #AAABFB
Text Example
Text Example
White with #AAABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABFB; }
p { color: rgb(170,171,251); }
H1.HeaderClassName
{
color: #AAABFB;
}
.AnyTagClassName
{
color: #AAABFB;
}
</style>
background-color css
<style>
a { background-color: #AAABFB; }
a { background-color: rgb(170,171,251); }
div.DivClassName
{
background-color: #AAABFB;
}
.BgClassName
{
background-color: #AAABFB;
}
</style>
border-color css
<style>
span { border-color: #AAABFB; }
span { border-color: rgb(170,171,251); }
td.TdClassName
{
border-color: #AAABFB;
}
.TagClassName
{
border-color: #AAABFB;
}
</style>