Shades of Perano #A9BAFB
Tints of Perano #A9BAFB
RGB
CMYK
RGB Variations
Color information
#A9BAFB (or 0xA9BAFB) is known color: Perano. HEX triplet: A9, BA and FB. RGB value is (169,186,251). Sum of RGB (Red+Green+Blue) = 169+186+251=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9BAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BAFB is #564504. Grayscale: #BCBCBC. Windows color (decimal): -5653765 or 16497321. OLE color: 16497321.
HSL color Cylindrical-coordinate representation of color #A9BAFB: hue angle of 227.56º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9BAFB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 186 | 251 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.02 |
| HSL | 227.56º | 0.91% | 0.82% | - |
| HSV(B) | 227.56º | 0.33% | 0.98% | - |
| XYZ | 51.33 | 50.52 | 98.31 | - |
| YUV | 188.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 251 | 0.33 | 0.26 | 0 | 0.02 | 227.56 | 0.91 | 0.82 |
| Hex | A9 | BA | FB | 21 | 1A | 0 | 2 | E4 | 5B | 52 |
| Octal | 251 | 272 | 373 | 41 | 32 | 0 | 2 | 344 | 133 | 122 |
| Binary | 10101001 | 10111010 | 11111011 | 100001 | 11010 | 0 | 10 | 11100100 | 1011011 | 1010010 |
Color Harmonies of #A9BAFB
Complementary color
Monochromatic Colors of #A9BAFB
Black with #A9BAFB
Text Example
Text Example
White with #A9BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BAFB; }
p { color: rgb(169,186,251); }
H1.HeaderClassName
{
color: #A9BAFB;
}
.AnyTagClassName
{
color: #A9BAFB;
}
</style>
background-color css
<style>
a { background-color: #A9BAFB; }
a { background-color: rgb(169,186,251); }
div.DivClassName
{
background-color: #A9BAFB;
}
.BgClassName
{
background-color: #A9BAFB;
}
</style>
border-color css
<style>
span { border-color: #A9BAFB; }
span { border-color: rgb(169,186,251); }
td.TdClassName
{
border-color: #A9BAFB;
}
.TagClassName
{
border-color: #A9BAFB;
}
</style>