Shades of Perano #A9B1FB
Tints of Perano #A9B1FB
RGB
CMYK
RGB Variations
Color information
#A9B1FB (or 0xA9B1FB) is known color: Perano. HEX triplet: A9, B1 and FB. RGB value is (169,177,251). Sum of RGB (Red+Green+Blue) = 169+177+251=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9B1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B1FB is #564E04. Grayscale: #B6B6B6. Windows color (decimal): -5656069 or 16495017. OLE color: 16495017.
HSL color Cylindrical-coordinate representation of color #A9B1FB: hue angle of 234.15º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9B1FB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 177 | 251 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.02 |
| HSL | 234.15º | 0.91% | 0.82% | - |
| HSV(B) | 234.15º | 0.33% | 0.98% | - |
| XYZ | 49.5 | 46.84 | 97.7 | - |
| YUV | 183.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 251 | 0.33 | 0.29 | 0 | 0.02 | 234.15 | 0.91 | 0.82 |
| Hex | A9 | B1 | FB | 21 | 1D | 0 | 2 | EA | 5B | 52 |
| Octal | 251 | 261 | 373 | 41 | 35 | 0 | 2 | 352 | 133 | 122 |
| Binary | 10101001 | 10110001 | 11111011 | 100001 | 11101 | 0 | 10 | 11101010 | 1011011 | 1010010 |
Color Harmonies of #A9B1FB
Complementary color
Monochromatic Colors of #A9B1FB
Black with #A9B1FB
Text Example
Text Example
White with #A9B1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B1FB; }
p { color: rgb(169,177,251); }
H1.HeaderClassName
{
color: #A9B1FB;
}
.AnyTagClassName
{
color: #A9B1FB;
}
</style>
background-color css
<style>
a { background-color: #A9B1FB; }
a { background-color: rgb(169,177,251); }
div.DivClassName
{
background-color: #A9B1FB;
}
.BgClassName
{
background-color: #A9B1FB;
}
</style>
border-color css
<style>
span { border-color: #A9B1FB; }
span { border-color: rgb(169,177,251); }
td.TdClassName
{
border-color: #A9B1FB;
}
.TagClassName
{
border-color: #A9B1FB;
}
</style>