Shades of Perano #B1B5FE
Tints of Perano #B1B5FE
RGB
CMYK
RGB Variations
Color information
#B1B5FE (or 0xB1B5FE) is known color: Perano. HEX triplet: B1, B5 and FE. RGB value is (177,181,254). Sum of RGB (Red+Green+Blue) = 177+181+254=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1B5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B5FE is #4E4A01. Grayscale: #BBBBBB. Windows color (decimal): -5130754 or 16692657. OLE color: 16692657.
HSL color Cylindrical-coordinate representation of color #B1B5FE: hue angle of 236.88º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1B5FE is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 181 | 254 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.00 |
| HSL | 236.88º | 0.97% | 0.85% | - |
| HSV(B) | 236.88º | 0.3% | 1% | - |
| XYZ | 52.54 | 49.55 | 100.56 | - |
| YUV | 188.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 254 | 0.30 | 0.29 | 0 | 0.00 | 236.88 | 0.97 | 0.85 |
| Hex | B1 | B5 | FE | 1E | 1D | 0 | 0 | ED | 61 | 55 |
| Octal | 261 | 265 | 376 | 36 | 35 | 0 | 0 | 355 | 141 | 125 |
| Binary | 10110001 | 10110101 | 11111110 | 11110 | 11101 | 0 | 0 | 11101101 | 1100001 | 1010101 |
Color Harmonies of #B1B5FE
Complementary color
Monochromatic Colors of #B1B5FE
Black with #B1B5FE
Text Example
Text Example
White with #B1B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B5FE; }
p { color: rgb(177,181,254); }
H1.HeaderClassName
{
color: #B1B5FE;
}
.AnyTagClassName
{
color: #B1B5FE;
}
</style>
background-color css
<style>
a { background-color: #B1B5FE; }
a { background-color: rgb(177,181,254); }
div.DivClassName
{
background-color: #B1B5FE;
}
.BgClassName
{
background-color: #B1B5FE;
}
</style>
border-color css
<style>
span { border-color: #B1B5FE; }
span { border-color: rgb(177,181,254); }
td.TdClassName
{
border-color: #B1B5FE;
}
.TagClassName
{
border-color: #B1B5FE;
}
</style>