Shades of Perano #A9B6FE
Tints of Perano #A9B6FE
RGB
CMYK
RGB Variations
Color information
#A9B6FE (or 0xA9B6FE) is known color: Perano. HEX triplet: A9, B6 and FE. RGB value is (169,182,254). Sum of RGB (Red+Green+Blue) = 169+182+254=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B6FE is #564901. Grayscale: #BABABA. Windows color (decimal): -5654786 or 16692905. OLE color: 16692905.
HSL color Cylindrical-coordinate representation of color #A9B6FE: hue angle of 230.82º 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 #A9B6FE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 182 | 254 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.00 |
| HSL | 230.82º | 0.98% | 0.83% | - |
| HSV(B) | 230.82º | 0.33% | 1% | - |
| XYZ | 50.98 | 49.05 | 100.55 | - |
| YUV | 186.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 182 | 254 | 0.33 | 0.28 | 0 | 0.00 | 230.82 | 0.98 | 0.83 |
| Hex | A9 | B6 | FE | 21 | 1C | 0 | 0 | E7 | 62 | 53 |
| Octal | 251 | 266 | 376 | 41 | 34 | 0 | 0 | 347 | 142 | 123 |
| Binary | 10101001 | 10110110 | 11111110 | 100001 | 11100 | 0 | 0 | 11100111 | 1100010 | 1010011 |
Color Harmonies of #A9B6FE
Complementary color
Monochromatic Colors of #A9B6FE
Black with #A9B6FE
Text Example
Text Example
White with #A9B6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B6FE; }
p { color: rgb(169,182,254); }
H1.HeaderClassName
{
color: #A9B6FE;
}
.AnyTagClassName
{
color: #A9B6FE;
}
</style>
background-color css
<style>
a { background-color: #A9B6FE; }
a { background-color: rgb(169,182,254); }
div.DivClassName
{
background-color: #A9B6FE;
}
.BgClassName
{
background-color: #A9B6FE;
}
</style>
border-color css
<style>
span { border-color: #A9B6FE; }
span { border-color: rgb(169,182,254); }
td.TdClassName
{
border-color: #A9B6FE;
}
.TagClassName
{
border-color: #A9B6FE;
}
</style>