Shades of Perano #B1B7FA
Tints of Perano #B1B7FA
RGB
CMYK
RGB Variations
Color information
#B1B7FA (or 0xB1B7FA) is known color: Perano. HEX triplet: B1, B7 and FA. RGB value is (177,183,250). Sum of RGB (Red+Green+Blue) = 177+183+250=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B7FA is #4E4805. Grayscale: #BCBCBC. Windows color (decimal): -5130246 or 16431025. OLE color: 16431025.
HSL color Cylindrical-coordinate representation of color #B1B7FA: hue angle of 235.07º 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 #B1B7FA is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 183 | 250 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.02 |
| HSL | 235.07º | 0.88% | 0.84% | - |
| HSV(B) | 235.07º | 0.29% | 0.98% | - |
| XYZ | 52.32 | 50.12 | 97.36 | - |
| YUV | 188.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 250 | 0.29 | 0.27 | 0 | 0.02 | 235.07 | 0.88 | 0.84 |
| Hex | B1 | B7 | FA | 1D | 1B | 0 | 2 | EB | 58 | 54 |
| Octal | 261 | 267 | 372 | 35 | 33 | 0 | 2 | 353 | 130 | 124 |
| Binary | 10110001 | 10110111 | 11111010 | 11101 | 11011 | 0 | 10 | 11101011 | 1011000 | 1010100 |
Color Harmonies of #B1B7FA
Complementary color
Monochromatic Colors of #B1B7FA
Black with #B1B7FA
Text Example
Text Example
White with #B1B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B7FA; }
p { color: rgb(177,183,250); }
H1.HeaderClassName
{
color: #B1B7FA;
}
.AnyTagClassName
{
color: #B1B7FA;
}
</style>
background-color css
<style>
a { background-color: #B1B7FA; }
a { background-color: rgb(177,183,250); }
div.DivClassName
{
background-color: #B1B7FA;
}
.BgClassName
{
background-color: #B1B7FA;
}
</style>
border-color css
<style>
span { border-color: #B1B7FA; }
span { border-color: rgb(177,183,250); }
td.TdClassName
{
border-color: #B1B7FA;
}
.TagClassName
{
border-color: #B1B7FA;
}
</style>