Shades of Perano #B1BAF0
Tints of Perano #B1BAF0
RGB
CMYK
RGB Variations
Color information
#B1BAF0 (or 0xB1BAF0) is known color: Perano. HEX triplet: B1, BA and F0. RGB value is (177,186,240). Sum of RGB (Red+Green+Blue) = 177+186+240=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #B1BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAF0 is #4E450F. Grayscale: #BDBDBD. Windows color (decimal): -5129488 or 15776433. OLE color: 15776433.
HSL color Cylindrical-coordinate representation of color #B1BAF0: hue angle of 231.43º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1BAF0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 186 | 240 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.06 |
| HSL | 231.43º | 0.68% | 0.82% | - |
| HSV(B) | 231.43º | 0.26% | 0.94% | - |
| XYZ | 51.42 | 50.76 | 89.52 | - |
| YUV | 189.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 240 | 0.26 | 0.22 | 0 | 0.06 | 231.43 | 0.68 | 0.82 |
| Hex | B1 | BA | F0 | 1A | 16 | 0 | 6 | E7 | 44 | 52 |
| Octal | 261 | 272 | 360 | 32 | 26 | 0 | 6 | 347 | 104 | 122 |
| Binary | 10110001 | 10111010 | 11110000 | 11010 | 10110 | 0 | 110 | 11100111 | 1000100 | 1010010 |
Color Harmonies of #B1BAF0
Complementary color
Monochromatic Colors of #B1BAF0
Black with #B1BAF0
Text Example
Text Example
White with #B1BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAF0; }
p { color: rgb(177,186,240); }
H1.HeaderClassName
{
color: #B1BAF0;
}
.AnyTagClassName
{
color: #B1BAF0;
}
</style>
background-color css
<style>
a { background-color: #B1BAF0; }
a { background-color: rgb(177,186,240); }
div.DivClassName
{
background-color: #B1BAF0;
}
.BgClassName
{
background-color: #B1BAF0;
}
</style>
border-color css
<style>
span { border-color: #B1BAF0; }
span { border-color: rgb(177,186,240); }
td.TdClassName
{
border-color: #B1BAF0;
}
.TagClassName
{
border-color: #B1BAF0;
}
</style>