Shades of Perano #B1BBF0
Tints of Perano #B1BBF0
RGB
CMYK
RGB Variations
Color information
#B1BBF0 (or 0xB1BBF0) is known color: Perano. HEX triplet: B1, BB and F0. RGB value is (177,187,240). Sum of RGB (Red+Green+Blue) = 177+187+240=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #B1BBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBF0 is #4E440F. Grayscale: #BDBDBD. Windows color (decimal): -5129232 or 15776689. OLE color: 15776689.
HSL color Cylindrical-coordinate representation of color #B1BBF0: hue angle of 230.48º degrees, saturation: 0.68, 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 #B1BBF0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 187 | 240 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.06 |
| HSL | 230.48º | 0.68% | 0.82% | - |
| HSV(B) | 230.48º | 0.26% | 0.94% | - |
| XYZ | 51.63 | 51.18 | 89.6 | - |
| YUV | 190.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 240 | 0.26 | 0.22 | 0 | 0.06 | 230.48 | 0.68 | 0.82 |
| Hex | B1 | BB | F0 | 1A | 16 | 0 | 6 | E6 | 44 | 52 |
| Octal | 261 | 273 | 360 | 32 | 26 | 0 | 6 | 346 | 104 | 122 |
| Binary | 10110001 | 10111011 | 11110000 | 11010 | 10110 | 0 | 110 | 11100110 | 1000100 | 1010010 |
Color Harmonies of #B1BBF0
Complementary color
Monochromatic Colors of #B1BBF0
Black with #B1BBF0
Text Example
Text Example
White with #B1BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBF0; }
p { color: rgb(177,187,240); }
H1.HeaderClassName
{
color: #B1BBF0;
}
.AnyTagClassName
{
color: #B1BBF0;
}
</style>
background-color css
<style>
a { background-color: #B1BBF0; }
a { background-color: rgb(177,187,240); }
div.DivClassName
{
background-color: #B1BBF0;
}
.BgClassName
{
background-color: #B1BBF0;
}
</style>
border-color css
<style>
span { border-color: #B1BBF0; }
span { border-color: rgb(177,187,240); }
td.TdClassName
{
border-color: #B1BBF0;
}
.TagClassName
{
border-color: #B1BBF0;
}
</style>