Shades of Perano #A9BCEF
Tints of Perano #A9BCEF
RGB
CMYK
RGB Variations
Color information
#A9BCEF (or 0xA9BCEF) is known color: Perano. HEX triplet: A9, BC and EF. RGB value is (169,188,239). Sum of RGB (Red+Green+Blue) = 169+188+239=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BCEF is #564310. Grayscale: #BBBBBB. Windows color (decimal): -5653265 or 15711401. OLE color: 15711401.
HSL color Cylindrical-coordinate representation of color #A9BCEF: hue angle of 223.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9BCEF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 188 | 239 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.06 |
| HSL | 223.71º | 0.69% | 0.8% | - |
| HSV(B) | 223.71º | 0.29% | 0.94% | - |
| XYZ | 49.93 | 50.63 | 88.8 | - |
| YUV | 188.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 239 | 0.29 | 0.21 | 0 | 0.06 | 223.71 | 0.69 | 0.8 |
| Hex | A9 | BC | EF | 1D | 15 | 0 | 6 | E0 | 45 | 50 |
| Octal | 251 | 274 | 357 | 35 | 25 | 0 | 6 | 340 | 105 | 120 |
| Binary | 10101001 | 10111100 | 11101111 | 11101 | 10101 | 0 | 110 | 11100000 | 1000101 | 1010000 |
Color Harmonies of #A9BCEF
Complementary color
Monochromatic Colors of #A9BCEF
Black with #A9BCEF
Text Example
Text Example
White with #A9BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCEF; }
p { color: rgb(169,188,239); }
H1.HeaderClassName
{
color: #A9BCEF;
}
.AnyTagClassName
{
color: #A9BCEF;
}
</style>
background-color css
<style>
a { background-color: #A9BCEF; }
a { background-color: rgb(169,188,239); }
div.DivClassName
{
background-color: #A9BCEF;
}
.BgClassName
{
background-color: #A9BCEF;
}
</style>
border-color css
<style>
span { border-color: #A9BCEF; }
span { border-color: rgb(169,188,239); }
td.TdClassName
{
border-color: #A9BCEF;
}
.TagClassName
{
border-color: #A9BCEF;
}
</style>