Shades of Perano #B1BEF9
Tints of Perano #B1BEF9
RGB
CMYK
RGB Variations
Color information
#B1BEF9 (or 0xB1BEF9) is known color: Perano. HEX triplet: B1, BE and F9. RGB value is (177,190,249). Sum of RGB (Red+Green+Blue) = 177+190+249=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1BEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BEF9 is #4E4106. Grayscale: #C0C0C0. Windows color (decimal): -5128455 or 16367281. OLE color: 16367281.
HSL color Cylindrical-coordinate representation of color #B1BEF9: hue angle of 229.17º degrees, saturation: 0.86, 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 #B1BEF9 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 190 | 249 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 229.17º | 0.86% | 0.84% | - |
| HSV(B) | 229.17º | 0.29% | 0.98% | - |
| XYZ | 53.64 | 53.01 | 97.03 | - |
| YUV | 192.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 249 | 0.29 | 0.24 | 0 | 0.02 | 229.17 | 0.86 | 0.84 |
| Hex | B1 | BE | F9 | 1D | 18 | 0 | 2 | E5 | 56 | 54 |
| Octal | 261 | 276 | 371 | 35 | 30 | 0 | 2 | 345 | 126 | 124 |
| Binary | 10110001 | 10111110 | 11111001 | 11101 | 11000 | 0 | 10 | 11100101 | 1010110 | 1010100 |
Color Harmonies of #B1BEF9
Complementary color
Monochromatic Colors of #B1BEF9
Black with #B1BEF9
Text Example
Text Example
White with #B1BEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BEF9; }
p { color: rgb(177,190,249); }
H1.HeaderClassName
{
color: #B1BEF9;
}
.AnyTagClassName
{
color: #B1BEF9;
}
</style>
background-color css
<style>
a { background-color: #B1BEF9; }
a { background-color: rgb(177,190,249); }
div.DivClassName
{
background-color: #B1BEF9;
}
.BgClassName
{
background-color: #B1BEF9;
}
</style>
border-color css
<style>
span { border-color: #B1BEF9; }
span { border-color: rgb(177,190,249); }
td.TdClassName
{
border-color: #B1BEF9;
}
.TagClassName
{
border-color: #B1BEF9;
}
</style>