Shades of Perano #B1AAF1
Tints of Perano #B1AAF1
RGB
CMYK
RGB Variations
Color information
#B1AAF1 (or 0xB1AAF1) is known color: Perano. HEX triplet: B1, AA and F1. RGB value is (177,170,241). Sum of RGB (Red+Green+Blue) = 177+170+241=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAF1 is #4E550E. Grayscale: #B3B3B3. Windows color (decimal): -5133583 or 15837873. OLE color: 15837873.
HSL color Cylindrical-coordinate representation of color #B1AAF1: hue angle of 245.92º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1AAF1 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 170 | 241 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.05 |
| HSL | 245.92º | 0.72% | 0.81% | - |
| HSV(B) | 245.92º | 0.29% | 0.95% | - |
| XYZ | 48.38 | 44.45 | 89.25 | - |
| YUV | 180.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 241 | 0.27 | 0.29 | 0 | 0.05 | 245.92 | 0.72 | 0.81 |
| Hex | B1 | AA | F1 | 1B | 1D | 0 | 5 | F6 | 48 | 51 |
| Octal | 261 | 252 | 361 | 33 | 35 | 0 | 5 | 366 | 110 | 121 |
| Binary | 10110001 | 10101010 | 11110001 | 11011 | 11101 | 0 | 101 | 11110110 | 1001000 | 1010001 |
Color Harmonies of #B1AAF1
Complementary color
Monochromatic Colors of #B1AAF1
Black with #B1AAF1
Text Example
Text Example
White with #B1AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAF1; }
p { color: rgb(177,170,241); }
H1.HeaderClassName
{
color: #B1AAF1;
}
.AnyTagClassName
{
color: #B1AAF1;
}
</style>
background-color css
<style>
a { background-color: #B1AAF1; }
a { background-color: rgb(177,170,241); }
div.DivClassName
{
background-color: #B1AAF1;
}
.BgClassName
{
background-color: #B1AAF1;
}
</style>
border-color css
<style>
span { border-color: #B1AAF1; }
span { border-color: rgb(177,170,241); }
td.TdClassName
{
border-color: #B1AAF1;
}
.TagClassName
{
border-color: #B1AAF1;
}
</style>