Shades of Perano #A9BBFC
Tints of Perano #A9BBFC
RGB
CMYK
RGB Variations
Color information
#A9BBFC (or 0xA9BBFC) is known color: Perano. HEX triplet: A9, BB and FC. RGB value is (169,187,252). Sum of RGB (Red+Green+Blue) = 169+187+252=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBFC is #564403. Grayscale: #BCBCBC. Windows color (decimal): -5653508 or 16563113. OLE color: 16563113.
HSL color Cylindrical-coordinate representation of color #A9BBFC: hue angle of 226.99º 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 #A9BBFC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 187 | 252 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.01 |
| HSL | 226.99º | 0.93% | 0.83% | - |
| HSV(B) | 226.99º | 0.33% | 0.99% | - |
| XYZ | 51.7 | 51 | 99.22 | - |
| YUV | 189.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 252 | 0.33 | 0.26 | 0 | 0.01 | 226.99 | 0.93 | 0.83 |
| Hex | A9 | BB | FC | 21 | 1A | 0 | 1 | E3 | 5D | 53 |
| Octal | 251 | 273 | 374 | 41 | 32 | 0 | 1 | 343 | 135 | 123 |
| Binary | 10101001 | 10111011 | 11111100 | 100001 | 11010 | 0 | 1 | 11100011 | 1011101 | 1010011 |
Color Harmonies of #A9BBFC
Complementary color
Monochromatic Colors of #A9BBFC
Black with #A9BBFC
Text Example
Text Example
White with #A9BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBFC; }
p { color: rgb(169,187,252); }
H1.HeaderClassName
{
color: #A9BBFC;
}
.AnyTagClassName
{
color: #A9BBFC;
}
</style>
background-color css
<style>
a { background-color: #A9BBFC; }
a { background-color: rgb(169,187,252); }
div.DivClassName
{
background-color: #A9BBFC;
}
.BgClassName
{
background-color: #A9BBFC;
}
</style>
border-color css
<style>
span { border-color: #A9BBFC; }
span { border-color: rgb(169,187,252); }
td.TdClassName
{
border-color: #A9BBFC;
}
.TagClassName
{
border-color: #A9BBFC;
}
</style>