Shades of Perano #B1BFF3
Tints of Perano #B1BFF3
RGB
CMYK
RGB Variations
Color information
#B1BFF3 (or 0xB1BFF3) is known color: Perano. HEX triplet: B1, BF and F3. RGB value is (177,191,243). Sum of RGB (Red+Green+Blue) = 177+191+243=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BFF3 is #4E400C. Grayscale: #C0C0C0. Windows color (decimal): -5128205 or 15974321. OLE color: 15974321.
HSL color Cylindrical-coordinate representation of color #B1BFF3: hue angle of 227.27º degrees, saturation: 0.73, 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 #B1BFF3 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 191 | 243 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.05 |
| HSL | 227.27º | 0.73% | 0.82% | - |
| HSV(B) | 227.27º | 0.27% | 0.95% | - |
| XYZ | 52.94 | 53.08 | 92.25 | - |
| YUV | 192.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 243 | 0.27 | 0.21 | 0 | 0.05 | 227.27 | 0.73 | 0.82 |
| Hex | B1 | BF | F3 | 1B | 15 | 0 | 5 | E3 | 49 | 52 |
| Octal | 261 | 277 | 363 | 33 | 25 | 0 | 5 | 343 | 111 | 122 |
| Binary | 10110001 | 10111111 | 11110011 | 11011 | 10101 | 0 | 101 | 11100011 | 1001001 | 1010010 |
Color Harmonies of #B1BFF3
Complementary color
Monochromatic Colors of #B1BFF3
Black with #B1BFF3
Text Example
Text Example
White with #B1BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFF3; }
p { color: rgb(177,191,243); }
H1.HeaderClassName
{
color: #B1BFF3;
}
.AnyTagClassName
{
color: #B1BFF3;
}
</style>
background-color css
<style>
a { background-color: #B1BFF3; }
a { background-color: rgb(177,191,243); }
div.DivClassName
{
background-color: #B1BFF3;
}
.BgClassName
{
background-color: #B1BFF3;
}
</style>
border-color css
<style>
span { border-color: #B1BFF3; }
span { border-color: rgb(177,191,243); }
td.TdClassName
{
border-color: #B1BFF3;
}
.TagClassName
{
border-color: #B1BFF3;
}
</style>