Shades of Perano #B1BAFA
Tints of Perano #B1BAFA
RGB
CMYK
RGB Variations
Color information
#B1BAFA (or 0xB1BAFA) is known color: Perano. HEX triplet: B1, BA and FA. RGB value is (177,186,250). Sum of RGB (Red+Green+Blue) = 177+186+250=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAFA is #4E4505. Grayscale: #BEBEBE. Windows color (decimal): -5129478 or 16431793. OLE color: 16431793.
HSL color Cylindrical-coordinate representation of color #B1BAFA: hue angle of 232.6º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BAFA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 186 | 250 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.02 |
| HSL | 232.6º | 0.88% | 0.84% | - |
| HSV(B) | 232.6º | 0.29% | 0.98% | - |
| XYZ | 52.95 | 51.37 | 97.57 | - |
| YUV | 190.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 250 | 0.29 | 0.26 | 0 | 0.02 | 232.6 | 0.88 | 0.84 |
| Hex | B1 | BA | FA | 1D | 1A | 0 | 2 | E9 | 58 | 54 |
| Octal | 261 | 272 | 372 | 35 | 32 | 0 | 2 | 351 | 130 | 124 |
| Binary | 10110001 | 10111010 | 11111010 | 11101 | 11010 | 0 | 10 | 11101001 | 1011000 | 1010100 |
Color Harmonies of #B1BAFA
Complementary color
Monochromatic Colors of #B1BAFA
Black with #B1BAFA
Text Example
Text Example
White with #B1BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAFA; }
p { color: rgb(177,186,250); }
H1.HeaderClassName
{
color: #B1BAFA;
}
.AnyTagClassName
{
color: #B1BAFA;
}
</style>
background-color css
<style>
a { background-color: #B1BAFA; }
a { background-color: rgb(177,186,250); }
div.DivClassName
{
background-color: #B1BAFA;
}
.BgClassName
{
background-color: #B1BAFA;
}
</style>
border-color css
<style>
span { border-color: #B1BAFA; }
span { border-color: rgb(177,186,250); }
td.TdClassName
{
border-color: #B1BAFA;
}
.TagClassName
{
border-color: #B1BAFA;
}
</style>