Shades of Perano #AABDFC
Tints of Perano #AABDFC
RGB
CMYK
RGB Variations
Color information
#AABDFC (or 0xAABDFC) is known color: Perano. HEX triplet: AA, BD and FC. RGB value is (170,189,252). Sum of RGB (Red+Green+Blue) = 170+189+252=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #AABDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDFC is #554203. Grayscale: #BEBEBE. Windows color (decimal): -5587460 or 16563626. OLE color: 16563626.
HSL color Cylindrical-coordinate representation of color #AABDFC: hue angle of 226.1º 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 #AABDFC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 189 | 252 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.01 |
| HSL | 226.1º | 0.93% | 0.83% | - |
| HSV(B) | 226.1º | 0.33% | 0.99% | - |
| XYZ | 52.35 | 51.97 | 99.37 | - |
| YUV | 190.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 252 | 0.33 | 0.25 | 0 | 0.01 | 226.1 | 0.93 | 0.83 |
| Hex | AA | BD | FC | 21 | 19 | 0 | 1 | E2 | 5D | 53 |
| Octal | 252 | 275 | 374 | 41 | 31 | 0 | 1 | 342 | 135 | 123 |
| Binary | 10101010 | 10111101 | 11111100 | 100001 | 11001 | 0 | 1 | 11100010 | 1011101 | 1010011 |
Color Harmonies of #AABDFC
Complementary color
Monochromatic Colors of #AABDFC
Black with #AABDFC
Text Example
Text Example
White with #AABDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDFC; }
p { color: rgb(170,189,252); }
H1.HeaderClassName
{
color: #AABDFC;
}
.AnyTagClassName
{
color: #AABDFC;
}
</style>
background-color css
<style>
a { background-color: #AABDFC; }
a { background-color: rgb(170,189,252); }
div.DivClassName
{
background-color: #AABDFC;
}
.BgClassName
{
background-color: #AABDFC;
}
</style>
border-color css
<style>
span { border-color: #AABDFC; }
span { border-color: rgb(170,189,252); }
td.TdClassName
{
border-color: #AABDFC;
}
.TagClassName
{
border-color: #AABDFC;
}
</style>