Shades of Perano #B1B5EC
Tints of Perano #B1B5EC
RGB
CMYK
RGB Variations
Color information
#B1B5EC (or 0xB1B5EC) is known color: Perano. HEX triplet: B1, B5 and EC. RGB value is (177,181,236). Sum of RGB (Red+Green+Blue) = 177+181+236=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1B5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B5EC is #4E4A13. Grayscale: #B9B9B9. Windows color (decimal): -5130772 or 15513009. OLE color: 15513009.
HSL color Cylindrical-coordinate representation of color #B1B5EC: hue angle of 235.93º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1B5EC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 181 | 236 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.07 |
| HSL | 235.93º | 0.61% | 0.81% | - |
| HSV(B) | 235.93º | 0.25% | 0.93% | - |
| XYZ | 49.8 | 48.45 | 86.08 | - |
| YUV | 186.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 236 | 0.25 | 0.23 | 0 | 0.07 | 235.93 | 0.61 | 0.81 |
| Hex | B1 | B5 | EC | 19 | 17 | 0 | 7 | EC | 3D | 51 |
| Octal | 261 | 265 | 354 | 31 | 27 | 0 | 7 | 354 | 75 | 121 |
| Binary | 10110001 | 10110101 | 11101100 | 11001 | 10111 | 0 | 111 | 11101100 | 111101 | 1010001 |
Color Harmonies of #B1B5EC
Complementary color
Monochromatic Colors of #B1B5EC
Black with #B1B5EC
Text Example
Text Example
White with #B1B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B5EC; }
p { color: rgb(177,181,236); }
H1.HeaderClassName
{
color: #B1B5EC;
}
.AnyTagClassName
{
color: #B1B5EC;
}
</style>
background-color css
<style>
a { background-color: #B1B5EC; }
a { background-color: rgb(177,181,236); }
div.DivClassName
{
background-color: #B1B5EC;
}
.BgClassName
{
background-color: #B1B5EC;
}
</style>
border-color css
<style>
span { border-color: #B1B5EC; }
span { border-color: rgb(177,181,236); }
td.TdClassName
{
border-color: #B1B5EC;
}
.TagClassName
{
border-color: #B1B5EC;
}
</style>