Shades of Perano #AABCFB
Tints of Perano #AABCFB
RGB
CMYK
RGB Variations
Color information
#AABCFB (or 0xAABCFB) is known color: Perano. HEX triplet: AA, BC and FB. RGB value is (170,188,251). Sum of RGB (Red+Green+Blue) = 170+188+251=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #AABCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCFB is #554304. Grayscale: #BDBDBD. Windows color (decimal): -5587717 or 16497834. OLE color: 16497834.
HSL color Cylindrical-coordinate representation of color #AABCFB: hue angle of 226.67º 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 #AABCFB is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 188 | 251 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.02 |
| HSL | 226.67º | 0.91% | 0.83% | - |
| HSV(B) | 226.67º | 0.32% | 0.98% | - |
| XYZ | 51.97 | 51.48 | 98.46 | - |
| YUV | 189.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 251 | 0.32 | 0.25 | 0 | 0.02 | 226.67 | 0.91 | 0.83 |
| Hex | AA | BC | FB | 20 | 19 | 0 | 2 | E3 | 5B | 53 |
| Octal | 252 | 274 | 373 | 40 | 31 | 0 | 2 | 343 | 133 | 123 |
| Binary | 10101010 | 10111100 | 11111011 | 100000 | 11001 | 0 | 10 | 11100011 | 1011011 | 1010011 |
Color Harmonies of #AABCFB
Complementary color
Monochromatic Colors of #AABCFB
Black with #AABCFB
Text Example
Text Example
White with #AABCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCFB; }
p { color: rgb(170,188,251); }
H1.HeaderClassName
{
color: #AABCFB;
}
.AnyTagClassName
{
color: #AABCFB;
}
</style>
background-color css
<style>
a { background-color: #AABCFB; }
a { background-color: rgb(170,188,251); }
div.DivClassName
{
background-color: #AABCFB;
}
.BgClassName
{
background-color: #AABCFB;
}
</style>
border-color css
<style>
span { border-color: #AABCFB; }
span { border-color: rgb(170,188,251); }
td.TdClassName
{
border-color: #AABCFB;
}
.TagClassName
{
border-color: #AABCFB;
}
</style>