Shades of Perano #A9B2FE
Tints of Perano #A9B2FE
RGB
CMYK
RGB Variations
Color information
#A9B2FE (or 0xA9B2FE) is known color: Perano. HEX triplet: A9, B2 and FE. RGB value is (169,178,254). Sum of RGB (Red+Green+Blue) = 169+178+254=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B2FE is #564D01. Grayscale: #B7B7B7. Windows color (decimal): -5655810 or 16691881. OLE color: 16691881.
HSL color Cylindrical-coordinate representation of color #A9B2FE: hue angle of 233.65º 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 #A9B2FE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 178 | 254 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.00 |
| HSL | 233.65º | 0.98% | 0.83% | - |
| HSV(B) | 233.65º | 0.33% | 1% | - |
| XYZ | 50.17 | 47.43 | 100.28 | - |
| YUV | 183.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 254 | 0.33 | 0.30 | 0 | 0.00 | 233.65 | 0.98 | 0.83 |
| Hex | A9 | B2 | FE | 21 | 1E | 0 | 0 | EA | 62 | 53 |
| Octal | 251 | 262 | 376 | 41 | 36 | 0 | 0 | 352 | 142 | 123 |
| Binary | 10101001 | 10110010 | 11111110 | 100001 | 11110 | 0 | 0 | 11101010 | 1100010 | 1010011 |
Color Harmonies of #A9B2FE
Complementary color
Monochromatic Colors of #A9B2FE
Black with #A9B2FE
Text Example
Text Example
White with #A9B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B2FE; }
p { color: rgb(169,178,254); }
H1.HeaderClassName
{
color: #A9B2FE;
}
.AnyTagClassName
{
color: #A9B2FE;
}
</style>
background-color css
<style>
a { background-color: #A9B2FE; }
a { background-color: rgb(169,178,254); }
div.DivClassName
{
background-color: #A9B2FE;
}
.BgClassName
{
background-color: #A9B2FE;
}
</style>
border-color css
<style>
span { border-color: #A9B2FE; }
span { border-color: rgb(169,178,254); }
td.TdClassName
{
border-color: #A9B2FE;
}
.TagClassName
{
border-color: #A9B2FE;
}
</style>