Shades of Perano #B1BBFC
Tints of Perano #B1BBFC
RGB
CMYK
RGB Variations
Color information
#B1BBFC (or 0xB1BBFC) is known color: Perano. HEX triplet: B1, BB and FC. RGB value is (177,187,252). Sum of RGB (Red+Green+Blue) = 177+187+252=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBFC is #4E4403. Grayscale: #BFBFBF. Windows color (decimal): -5129220 or 16563121. OLE color: 16563121.
HSL color Cylindrical-coordinate representation of color #B1BBFC: hue angle of 232º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BBFC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 187 | 252 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.01 |
| HSL | 232º | 0.93% | 0.84% | - |
| HSV(B) | 232º | 0.3% | 0.99% | - |
| XYZ | 53.47 | 51.92 | 99.3 | - |
| YUV | 191.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 252 | 0.30 | 0.26 | 0 | 0.01 | 232 | 0.93 | 0.84 |
| Hex | B1 | BB | FC | 1E | 1A | 0 | 1 | E8 | 5D | 54 |
| Octal | 261 | 273 | 374 | 36 | 32 | 0 | 1 | 350 | 135 | 124 |
| Binary | 10110001 | 10111011 | 11111100 | 11110 | 11010 | 0 | 1 | 11101000 | 1011101 | 1010100 |
Color Harmonies of #B1BBFC
Complementary color
Monochromatic Colors of #B1BBFC
Black with #B1BBFC
Text Example
Text Example
White with #B1BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBFC; }
p { color: rgb(177,187,252); }
H1.HeaderClassName
{
color: #B1BBFC;
}
.AnyTagClassName
{
color: #B1BBFC;
}
</style>
background-color css
<style>
a { background-color: #B1BBFC; }
a { background-color: rgb(177,187,252); }
div.DivClassName
{
background-color: #B1BBFC;
}
.BgClassName
{
background-color: #B1BBFC;
}
</style>
border-color css
<style>
span { border-color: #B1BBFC; }
span { border-color: rgb(177,187,252); }
td.TdClassName
{
border-color: #B1BBFC;
}
.TagClassName
{
border-color: #B1BBFC;
}
</style>