Shades of Perano #B0BBF1
Tints of Perano #B0BBF1
RGB
CMYK
RGB Variations
Color information
#B0BBF1 (or 0xB0BBF1) is known color: Perano. HEX triplet: B0, BB and F1. RGB value is (176,187,241). Sum of RGB (Red+Green+Blue) = 176+187+241=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0BBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBF1 is #4F440E. Grayscale: #BDBDBD. Windows color (decimal): -5194767 or 15842224. OLE color: 15842224.
HSL color Cylindrical-coordinate representation of color #B0BBF1: hue angle of 229.85º 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 #B0BBF1 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 187 | 241 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.05 |
| HSL | 229.85º | 0.7% | 0.82% | - |
| HSV(B) | 229.85º | 0.27% | 0.95% | - |
| XYZ | 51.55 | 51.12 | 90.37 | - |
| YUV | 189.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 241 | 0.27 | 0.22 | 0 | 0.05 | 229.85 | 0.7 | 0.82 |
| Hex | B0 | BB | F1 | 1B | 16 | 0 | 5 | E6 | 46 | 52 |
| Octal | 260 | 273 | 361 | 33 | 26 | 0 | 5 | 346 | 106 | 122 |
| Binary | 10110000 | 10111011 | 11110001 | 11011 | 10110 | 0 | 101 | 11100110 | 1000110 | 1010010 |
Color Harmonies of #B0BBF1
Complementary color
Monochromatic Colors of #B0BBF1
Black with #B0BBF1
Text Example
Text Example
White with #B0BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBF1; }
p { color: rgb(176,187,241); }
H1.HeaderClassName
{
color: #B0BBF1;
}
.AnyTagClassName
{
color: #B0BBF1;
}
</style>
background-color css
<style>
a { background-color: #B0BBF1; }
a { background-color: rgb(176,187,241); }
div.DivClassName
{
background-color: #B0BBF1;
}
.BgClassName
{
background-color: #B0BBF1;
}
</style>
border-color css
<style>
span { border-color: #B0BBF1; }
span { border-color: rgb(176,187,241); }
td.TdClassName
{
border-color: #B0BBF1;
}
.TagClassName
{
border-color: #B0BBF1;
}
</style>