Shades of Perano #B1B5EF
Tints of Perano #B1B5EF
RGB
CMYK
RGB Variations
Color information
#B1B5EF (or 0xB1B5EF) is known color: Perano. HEX triplet: B1, B5 and EF. RGB value is (177,181,239). Sum of RGB (Red+Green+Blue) = 177+181+239=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1B5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B5EF is #4E4A10. Grayscale: #BABABA. Windows color (decimal): -5130769 or 15709617. OLE color: 15709617.
HSL color Cylindrical-coordinate representation of color #B1B5EF: hue angle of 236.13º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1B5EF is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 181 | 239 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.06 |
| HSL | 236.13º | 0.66% | 0.82% | - |
| HSV(B) | 236.13º | 0.26% | 0.94% | - |
| XYZ | 50.24 | 48.63 | 88.4 | - |
| YUV | 186.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 239 | 0.26 | 0.24 | 0 | 0.06 | 236.13 | 0.66 | 0.82 |
| Hex | B1 | B5 | EF | 1A | 18 | 0 | 6 | EC | 42 | 52 |
| Octal | 261 | 265 | 357 | 32 | 30 | 0 | 6 | 354 | 102 | 122 |
| Binary | 10110001 | 10110101 | 11101111 | 11010 | 11000 | 0 | 110 | 11101100 | 1000010 | 1010010 |
Color Harmonies of #B1B5EF
Complementary color
Monochromatic Colors of #B1B5EF
Black with #B1B5EF
Text Example
Text Example
White with #B1B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B5EF; }
p { color: rgb(177,181,239); }
H1.HeaderClassName
{
color: #B1B5EF;
}
.AnyTagClassName
{
color: #B1B5EF;
}
</style>
background-color css
<style>
a { background-color: #B1B5EF; }
a { background-color: rgb(177,181,239); }
div.DivClassName
{
background-color: #B1B5EF;
}
.BgClassName
{
background-color: #B1B5EF;
}
</style>
border-color css
<style>
span { border-color: #B1B5EF; }
span { border-color: rgb(177,181,239); }
td.TdClassName
{
border-color: #B1B5EF;
}
.TagClassName
{
border-color: #B1B5EF;
}
</style>