Shades of Perano #AABDFD
Tints of Perano #AABDFD
RGB
CMYK
RGB Variations
Color information
#AABDFD (or 0xAABDFD) is known color: Perano. HEX triplet: AA, BD and FD. RGB value is (170,189,253). Sum of RGB (Red+Green+Blue) = 170+189+253=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #AABDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDFD is #554202. Grayscale: #BEBEBE. Windows color (decimal): -5587459 or 16629162. OLE color: 16629162.
HSL color Cylindrical-coordinate representation of color #AABDFD: hue angle of 226.27º degrees, saturation: 0.95, 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 #AABDFD is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 189 | 253 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.01 |
| HSL | 226.27º | 0.95% | 0.83% | - |
| HSV(B) | 226.27º | 0.33% | 0.99% | - |
| XYZ | 52.5 | 52.03 | 100.2 | - |
| YUV | 190.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 253 | 0.33 | 0.25 | 0 | 0.01 | 226.27 | 0.95 | 0.83 |
| Hex | AA | BD | FD | 21 | 19 | 0 | 1 | E2 | 5F | 53 |
| Octal | 252 | 275 | 375 | 41 | 31 | 0 | 1 | 342 | 137 | 123 |
| Binary | 10101010 | 10111101 | 11111101 | 100001 | 11001 | 0 | 1 | 11100010 | 1011111 | 1010011 |
Color Harmonies of #AABDFD
Complementary color
Monochromatic Colors of #AABDFD
Black with #AABDFD
Text Example
Text Example
White with #AABDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDFD; }
p { color: rgb(170,189,253); }
H1.HeaderClassName
{
color: #AABDFD;
}
.AnyTagClassName
{
color: #AABDFD;
}
</style>
background-color css
<style>
a { background-color: #AABDFD; }
a { background-color: rgb(170,189,253); }
div.DivClassName
{
background-color: #AABDFD;
}
.BgClassName
{
background-color: #AABDFD;
}
</style>
border-color css
<style>
span { border-color: #AABDFD; }
span { border-color: rgb(170,189,253); }
td.TdClassName
{
border-color: #AABDFD;
}
.TagClassName
{
border-color: #AABDFD;
}
</style>