Shades of Perano #B1BAF8
Tints of Perano #B1BAF8
RGB
CMYK
RGB Variations
Color information
#B1BAF8 (or 0xB1BAF8) is known color: Perano. HEX triplet: B1, BA and F8. RGB value is (177,186,248). Sum of RGB (Red+Green+Blue) = 177+186+248=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1BAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAF8 is #4E4507. Grayscale: #BEBEBE. Windows color (decimal): -5129480 or 16300721. OLE color: 16300721.
HSL color Cylindrical-coordinate representation of color #B1BAF8: hue angle of 232.39º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BAF8 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 186 | 248 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.03 |
| HSL | 232.39º | 0.84% | 0.83% | - |
| HSV(B) | 232.39º | 0.29% | 0.97% | - |
| XYZ | 52.63 | 51.24 | 95.92 | - |
| YUV | 190.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 248 | 0.29 | 0.25 | 0 | 0.03 | 232.39 | 0.84 | 0.83 |
| Hex | B1 | BA | F8 | 1D | 19 | 0 | 3 | E8 | 54 | 53 |
| Octal | 261 | 272 | 370 | 35 | 31 | 0 | 3 | 350 | 124 | 123 |
| Binary | 10110001 | 10111010 | 11111000 | 11101 | 11001 | 0 | 11 | 11101000 | 1010100 | 1010011 |
Color Harmonies of #B1BAF8
Complementary color
Monochromatic Colors of #B1BAF8
Black with #B1BAF8
Text Example
Text Example
White with #B1BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAF8; }
p { color: rgb(177,186,248); }
H1.HeaderClassName
{
color: #B1BAF8;
}
.AnyTagClassName
{
color: #B1BAF8;
}
</style>
background-color css
<style>
a { background-color: #B1BAF8; }
a { background-color: rgb(177,186,248); }
div.DivClassName
{
background-color: #B1BAF8;
}
.BgClassName
{
background-color: #B1BAF8;
}
</style>
border-color css
<style>
span { border-color: #B1BAF8; }
span { border-color: rgb(177,186,248); }
td.TdClassName
{
border-color: #B1BAF8;
}
.TagClassName
{
border-color: #B1BAF8;
}
</style>