Shades of Perano #AABFFE
Tints of Perano #AABFFE
RGB
CMYK
RGB Variations
Color information
#AABFFE (or 0xAABFFE) is known color: Perano. HEX triplet: AA, BF and FE. RGB value is (170,191,254). Sum of RGB (Red+Green+Blue) = 170+191+254=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #AABFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFFE is #554001. Grayscale: #BFBFBF. Windows color (decimal): -5586946 or 16695210. OLE color: 16695210.
HSL color Cylindrical-coordinate representation of color #AABFFE: hue angle of 225º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABFFE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 191 | 254 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.00 |
| HSL | 225º | 0.98% | 0.83% | - |
| HSV(B) | 225º | 0.33% | 1% | - |
| XYZ | 53.1 | 52.96 | 101.19 | - |
| YUV | 191.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 254 | 0.33 | 0.25 | 0 | 0.00 | 225 | 0.98 | 0.83 |
| Hex | AA | BF | FE | 21 | 19 | 0 | 0 | E1 | 62 | 53 |
| Octal | 252 | 277 | 376 | 41 | 31 | 0 | 0 | 341 | 142 | 123 |
| Binary | 10101010 | 10111111 | 11111110 | 100001 | 11001 | 0 | 0 | 11100001 | 1100010 | 1010011 |
Color Harmonies of #AABFFE
Complementary color
Monochromatic Colors of #AABFFE
Black with #AABFFE
Text Example
Text Example
White with #AABFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFFE; }
p { color: rgb(170,191,254); }
H1.HeaderClassName
{
color: #AABFFE;
}
.AnyTagClassName
{
color: #AABFFE;
}
</style>
background-color css
<style>
a { background-color: #AABFFE; }
a { background-color: rgb(170,191,254); }
div.DivClassName
{
background-color: #AABFFE;
}
.BgClassName
{
background-color: #AABFFE;
}
</style>
border-color css
<style>
span { border-color: #AABFFE; }
span { border-color: rgb(170,191,254); }
td.TdClassName
{
border-color: #AABFFE;
}
.TagClassName
{
border-color: #AABFFE;
}
</style>