Shades of Perano #B1BFFC
Tints of Perano #B1BFFC
RGB
CMYK
RGB Variations
Color information
#B1BFFC (or 0xB1BFFC) is known color: Perano. HEX triplet: B1, BF and FC. RGB value is (177,191,252). Sum of RGB (Red+Green+Blue) = 177+191+252=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BFFC is #4E4003. Grayscale: #C1C1C1. Windows color (decimal): -5128196 or 16564145. OLE color: 16564145.
HSL color Cylindrical-coordinate representation of color #B1BFFC: hue angle of 228.8º 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 #B1BFFC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 191 | 252 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.01 |
| HSL | 228.8º | 0.93% | 0.84% | - |
| HSV(B) | 228.8º | 0.3% | 0.99% | - |
| XYZ | 54.33 | 53.64 | 99.58 | - |
| YUV | 193.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 252 | 0.30 | 0.24 | 0 | 0.01 | 228.8 | 0.93 | 0.84 |
| Hex | B1 | BF | FC | 1E | 18 | 0 | 1 | E5 | 5D | 54 |
| Octal | 261 | 277 | 374 | 36 | 30 | 0 | 1 | 345 | 135 | 124 |
| Binary | 10110001 | 10111111 | 11111100 | 11110 | 11000 | 0 | 1 | 11100101 | 1011101 | 1010100 |
Color Harmonies of #B1BFFC
Complementary color
Monochromatic Colors of #B1BFFC
Black with #B1BFFC
Text Example
Text Example
White with #B1BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFFC; }
p { color: rgb(177,191,252); }
H1.HeaderClassName
{
color: #B1BFFC;
}
.AnyTagClassName
{
color: #B1BFFC;
}
</style>
background-color css
<style>
a { background-color: #B1BFFC; }
a { background-color: rgb(177,191,252); }
div.DivClassName
{
background-color: #B1BFFC;
}
.BgClassName
{
background-color: #B1BFFC;
}
</style>
border-color css
<style>
span { border-color: #B1BFFC; }
span { border-color: rgb(177,191,252); }
td.TdClassName
{
border-color: #B1BFFC;
}
.TagClassName
{
border-color: #B1BFFC;
}
</style>