Shades of Perano #A9BFFC
Tints of Perano #A9BFFC
RGB
CMYK
RGB Variations
Color information
#A9BFFC (or 0xA9BFFC) is known color: Perano. HEX triplet: A9, BF and FC. RGB value is (169,191,252). Sum of RGB (Red+Green+Blue) = 169+191+252=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BFFC is #564003. Grayscale: #BFBFBF. Windows color (decimal): -5652484 or 16564137. OLE color: 16564137.
HSL color Cylindrical-coordinate representation of color #A9BFFC: hue angle of 224.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 #A9BFFC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 191 | 252 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.01 |
| HSL | 224.1º | 0.93% | 0.83% | - |
| HSV(B) | 224.1º | 0.33% | 0.99% | - |
| XYZ | 52.56 | 52.72 | 99.5 | - |
| YUV | 191.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 252 | 0.33 | 0.24 | 0 | 0.01 | 224.1 | 0.93 | 0.83 |
| Hex | A9 | BF | FC | 21 | 18 | 0 | 1 | E0 | 5D | 53 |
| Octal | 251 | 277 | 374 | 41 | 30 | 0 | 1 | 340 | 135 | 123 |
| Binary | 10101001 | 10111111 | 11111100 | 100001 | 11000 | 0 | 1 | 11100000 | 1011101 | 1010011 |
Color Harmonies of #A9BFFC
Complementary color
Monochromatic Colors of #A9BFFC
Black with #A9BFFC
Text Example
Text Example
White with #A9BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFFC; }
p { color: rgb(169,191,252); }
H1.HeaderClassName
{
color: #A9BFFC;
}
.AnyTagClassName
{
color: #A9BFFC;
}
</style>
background-color css
<style>
a { background-color: #A9BFFC; }
a { background-color: rgb(169,191,252); }
div.DivClassName
{
background-color: #A9BFFC;
}
.BgClassName
{
background-color: #A9BFFC;
}
</style>
border-color css
<style>
span { border-color: #A9BFFC; }
span { border-color: rgb(169,191,252); }
td.TdClassName
{
border-color: #A9BFFC;
}
.TagClassName
{
border-color: #A9BFFC;
}
</style>