Shades of Perano #B1B5DF
Tints of Perano #B1B5DF
RGB
CMYK
RGB Variations
Color information
#B1B5DF (or 0xB1B5DF) is known color: Perano. HEX triplet: B1, B5 and DF. RGB value is (177,181,223). Sum of RGB (Red+Green+Blue) = 177+181+223=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B5DF is #4E4A20. Grayscale: #B8B8B8. Windows color (decimal): -5130785 or 14661041. OLE color: 14661041.
HSL color Cylindrical-coordinate representation of color #B1B5DF: hue angle of 234.78º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1B5DF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 181 | 223 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.13 |
| HSL | 234.78º | 0.42% | 0.78% | - |
| HSV(B) | 234.78º | 0.21% | 0.87% | - |
| XYZ | 47.97 | 47.72 | 76.49 | - |
| YUV | 184.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 223 | 0.21 | 0.19 | 0 | 0.13 | 234.78 | 0.42 | 0.78 |
| Hex | B1 | B5 | DF | 15 | 13 | 0 | D | EB | 2A | 4E |
| Octal | 261 | 265 | 337 | 25 | 23 | 0 | 15 | 353 | 52 | 116 |
| Binary | 10110001 | 10110101 | 11011111 | 10101 | 10011 | 0 | 1101 | 11101011 | 101010 | 1001110 |
Color Harmonies of #B1B5DF
Complementary color
Monochromatic Colors of #B1B5DF
Black with #B1B5DF
Text Example
Text Example
White with #B1B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B5DF; }
p { color: rgb(177,181,223); }
H1.HeaderClassName
{
color: #B1B5DF;
}
.AnyTagClassName
{
color: #B1B5DF;
}
</style>
background-color css
<style>
a { background-color: #B1B5DF; }
a { background-color: rgb(177,181,223); }
div.DivClassName
{
background-color: #B1B5DF;
}
.BgClassName
{
background-color: #B1B5DF;
}
</style>
border-color css
<style>
span { border-color: #B1B5DF; }
span { border-color: rgb(177,181,223); }
td.TdClassName
{
border-color: #B1B5DF;
}
.TagClassName
{
border-color: #B1B5DF;
}
</style>