Shades of Perano #B1BEFA
Tints of Perano #B1BEFA
RGB
CMYK
RGB Variations
Color information
#B1BEFA (or 0xB1BEFA) is known color: Perano. HEX triplet: B1, BE and FA. RGB value is (177,190,250). Sum of RGB (Red+Green+Blue) = 177+190+250=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BEFA is #4E4105. Grayscale: #C0C0C0. Windows color (decimal): -5128454 or 16432817. OLE color: 16432817.
HSL color Cylindrical-coordinate representation of color #B1BEFA: hue angle of 229.32º 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 #B1BEFA is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 190 | 250 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 229.32º | 0.88% | 0.84% | - |
| HSV(B) | 229.32º | 0.29% | 0.98% | - |
| XYZ | 53.8 | 53.08 | 97.85 | - |
| YUV | 192.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 250 | 0.29 | 0.24 | 0 | 0.02 | 229.32 | 0.88 | 0.84 |
| Hex | B1 | BE | FA | 1D | 18 | 0 | 2 | E5 | 58 | 54 |
| Octal | 261 | 276 | 372 | 35 | 30 | 0 | 2 | 345 | 130 | 124 |
| Binary | 10110001 | 10111110 | 11111010 | 11101 | 11000 | 0 | 10 | 11100101 | 1011000 | 1010100 |
Color Harmonies of #B1BEFA
Complementary color
Monochromatic Colors of #B1BEFA
Black with #B1BEFA
Text Example
Text Example
White with #B1BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BEFA; }
p { color: rgb(177,190,250); }
H1.HeaderClassName
{
color: #B1BEFA;
}
.AnyTagClassName
{
color: #B1BEFA;
}
</style>
background-color css
<style>
a { background-color: #B1BEFA; }
a { background-color: rgb(177,190,250); }
div.DivClassName
{
background-color: #B1BEFA;
}
.BgClassName
{
background-color: #B1BEFA;
}
</style>
border-color css
<style>
span { border-color: #B1BEFA; }
span { border-color: rgb(177,190,250); }
td.TdClassName
{
border-color: #B1BEFA;
}
.TagClassName
{
border-color: #B1BEFA;
}
</style>