Shades of Perano #A9BBFE
Tints of Perano #A9BBFE
RGB
CMYK
RGB Variations
Color information
#A9BBFE (or 0xA9BBFE) is known color: Perano. HEX triplet: A9, BB and FE. RGB value is (169,187,254). Sum of RGB (Red+Green+Blue) = 169+187+254=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBFE is #564401. Grayscale: #BCBCBC. Windows color (decimal): -5653506 or 16694185. OLE color: 16694185.
HSL color Cylindrical-coordinate representation of color #A9BBFE: hue angle of 227.29º 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 #A9BBFE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 187 | 254 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.00 |
| HSL | 227.29º | 0.98% | 0.83% | - |
| HSV(B) | 227.29º | 0.33% | 1% | - |
| XYZ | 52.02 | 51.13 | 100.89 | - |
| YUV | 189.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 254 | 0.33 | 0.26 | 0 | 0.00 | 227.29 | 0.98 | 0.83 |
| Hex | A9 | BB | FE | 21 | 1A | 0 | 0 | E3 | 62 | 53 |
| Octal | 251 | 273 | 376 | 41 | 32 | 0 | 0 | 343 | 142 | 123 |
| Binary | 10101001 | 10111011 | 11111110 | 100001 | 11010 | 0 | 0 | 11100011 | 1100010 | 1010011 |
Color Harmonies of #A9BBFE
Complementary color
Monochromatic Colors of #A9BBFE
Black with #A9BBFE
Text Example
Text Example
White with #A9BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBFE; }
p { color: rgb(169,187,254); }
H1.HeaderClassName
{
color: #A9BBFE;
}
.AnyTagClassName
{
color: #A9BBFE;
}
</style>
background-color css
<style>
a { background-color: #A9BBFE; }
a { background-color: rgb(169,187,254); }
div.DivClassName
{
background-color: #A9BBFE;
}
.BgClassName
{
background-color: #A9BBFE;
}
</style>
border-color css
<style>
span { border-color: #A9BBFE; }
span { border-color: rgb(169,187,254); }
td.TdClassName
{
border-color: #A9BBFE;
}
.TagClassName
{
border-color: #A9BBFE;
}
</style>