Shades of Perano #B1BCFA
Tints of Perano #B1BCFA
RGB
CMYK
RGB Variations
Color information
#B1BCFA (or 0xB1BCFA) is known color: Perano. HEX triplet: B1, BC and FA. RGB value is (177,188,250). Sum of RGB (Red+Green+Blue) = 177+188+250=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1BCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BCFA is #4E4305. Grayscale: #BFBFBF. Windows color (decimal): -5128966 or 16432305. OLE color: 16432305.
HSL color Cylindrical-coordinate representation of color #B1BCFA: hue angle of 230.96º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BCFA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 188 | 250 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.02 |
| HSL | 230.96º | 0.88% | 0.84% | - |
| HSV(B) | 230.96º | 0.29% | 0.98% | - |
| XYZ | 53.37 | 52.22 | 97.71 | - |
| YUV | 191.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 250 | 0.29 | 0.25 | 0 | 0.02 | 230.96 | 0.88 | 0.84 |
| Hex | B1 | BC | FA | 1D | 19 | 0 | 2 | E7 | 58 | 54 |
| Octal | 261 | 274 | 372 | 35 | 31 | 0 | 2 | 347 | 130 | 124 |
| Binary | 10110001 | 10111100 | 11111010 | 11101 | 11001 | 0 | 10 | 11100111 | 1011000 | 1010100 |
Color Harmonies of #B1BCFA
Complementary color
Monochromatic Colors of #B1BCFA
Black with #B1BCFA
Text Example
Text Example
White with #B1BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCFA; }
p { color: rgb(177,188,250); }
H1.HeaderClassName
{
color: #B1BCFA;
}
.AnyTagClassName
{
color: #B1BCFA;
}
</style>
background-color css
<style>
a { background-color: #B1BCFA; }
a { background-color: rgb(177,188,250); }
div.DivClassName
{
background-color: #B1BCFA;
}
.BgClassName
{
background-color: #B1BCFA;
}
</style>
border-color css
<style>
span { border-color: #B1BCFA; }
span { border-color: rgb(177,188,250); }
td.TdClassName
{
border-color: #B1BCFA;
}
.TagClassName
{
border-color: #B1BCFA;
}
</style>