Shades of Perano #B1BDF1
Tints of Perano #B1BDF1
RGB
CMYK
RGB Variations
Color information
#B1BDF1 (or 0xB1BDF1) is known color: Perano. HEX triplet: B1, BD and F1. RGB value is (177,189,241). Sum of RGB (Red+Green+Blue) = 177+189+241=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDF1 is #4E420E. Grayscale: #BFBFBF. Windows color (decimal): -5128719 or 15842737. OLE color: 15842737.
HSL color Cylindrical-coordinate representation of color #B1BDF1: hue angle of 228.75º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1BDF1 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 189 | 241 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.05 |
| HSL | 228.75º | 0.7% | 0.82% | - |
| HSV(B) | 228.75º | 0.27% | 0.95% | - |
| XYZ | 52.21 | 52.09 | 90.52 | - |
| YUV | 191.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 241 | 0.27 | 0.22 | 0 | 0.05 | 228.75 | 0.7 | 0.82 |
| Hex | B1 | BD | F1 | 1B | 16 | 0 | 5 | E5 | 46 | 52 |
| Octal | 261 | 275 | 361 | 33 | 26 | 0 | 5 | 345 | 106 | 122 |
| Binary | 10110001 | 10111101 | 11110001 | 11011 | 10110 | 0 | 101 | 11100101 | 1000110 | 1010010 |
Color Harmonies of #B1BDF1
Complementary color
Monochromatic Colors of #B1BDF1
Black with #B1BDF1
Text Example
Text Example
White with #B1BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDF1; }
p { color: rgb(177,189,241); }
H1.HeaderClassName
{
color: #B1BDF1;
}
.AnyTagClassName
{
color: #B1BDF1;
}
</style>
background-color css
<style>
a { background-color: #B1BDF1; }
a { background-color: rgb(177,189,241); }
div.DivClassName
{
background-color: #B1BDF1;
}
.BgClassName
{
background-color: #B1BDF1;
}
</style>
border-color css
<style>
span { border-color: #B1BDF1; }
span { border-color: rgb(177,189,241); }
td.TdClassName
{
border-color: #B1BDF1;
}
.TagClassName
{
border-color: #B1BDF1;
}
</style>