Shades of Perano #B1BFF2
Tints of Perano #B1BFF2
RGB
CMYK
RGB Variations
Color information
#B1BFF2 (or 0xB1BFF2) is known color: Perano. HEX triplet: B1, BF and F2. RGB value is (177,191,242). Sum of RGB (Red+Green+Blue) = 177+191+242=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BFF2 is #4E400D. Grayscale: #C0C0C0. Windows color (decimal): -5128206 or 15908785. OLE color: 15908785.
HSL color Cylindrical-coordinate representation of color #B1BFF2: hue angle of 227.08º degrees, saturation: 0.71, 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 #B1BFF2 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 191 | 242 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.05 |
| HSL | 227.08º | 0.71% | 0.82% | - |
| HSV(B) | 227.08º | 0.27% | 0.95% | - |
| XYZ | 52.79 | 53.02 | 91.46 | - |
| YUV | 192.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 242 | 0.27 | 0.21 | 0 | 0.05 | 227.08 | 0.71 | 0.82 |
| Hex | B1 | BF | F2 | 1B | 15 | 0 | 5 | E3 | 47 | 52 |
| Octal | 261 | 277 | 362 | 33 | 25 | 0 | 5 | 343 | 107 | 122 |
| Binary | 10110001 | 10111111 | 11110010 | 11011 | 10101 | 0 | 101 | 11100011 | 1000111 | 1010010 |
Color Harmonies of #B1BFF2
Complementary color
Monochromatic Colors of #B1BFF2
Black with #B1BFF2
Text Example
Text Example
White with #B1BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFF2; }
p { color: rgb(177,191,242); }
H1.HeaderClassName
{
color: #B1BFF2;
}
.AnyTagClassName
{
color: #B1BFF2;
}
</style>
background-color css
<style>
a { background-color: #B1BFF2; }
a { background-color: rgb(177,191,242); }
div.DivClassName
{
background-color: #B1BFF2;
}
.BgClassName
{
background-color: #B1BFF2;
}
</style>
border-color css
<style>
span { border-color: #B1BFF2; }
span { border-color: rgb(177,191,242); }
td.TdClassName
{
border-color: #B1BFF2;
}
.TagClassName
{
border-color: #B1BFF2;
}
</style>