Shades of Perano #B1BAFF
Tints of Perano #B1BAFF
RGB
CMYK
RGB Variations
Color information
#B1BAFF (or 0xB1BAFF) is known color: Perano. HEX triplet: B1, BA and FF. RGB value is (177,186,255). Sum of RGB (Red+Green+Blue) = 177+186+255=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAFF is #4E4500. Grayscale: #BEBEBE. Windows color (decimal): -5129473 or 16759473. OLE color: 16759473.
HSL color Cylindrical-coordinate representation of color #B1BAFF: hue angle of 233.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1BAFF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 186 | 255 | - |
| CMYK | 0.31 | 0.27 | 0 | 0 |
| HSL | 233.08º | 1% | 0.85% | - |
| HSV(B) | 233.08º | 0.31% | 1% | - |
| XYZ | 53.74 | 51.68 | 101.75 | - |
| YUV | 191.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 255 | 0.31 | 0.27 | 0 | 0 | 233.08 | 1 | 0.85 |
| Hex | B1 | BA | FF | 1F | 1B | 0 | 0 | E9 | 64 | 55 |
| Octal | 261 | 272 | 377 | 37 | 33 | 0 | 0 | 351 | 144 | 125 |
| Binary | 10110001 | 10111010 | 11111111 | 11111 | 11011 | 0 | 0 | 11101001 | 1100100 | 1010101 |
Color Harmonies of #B1BAFF
Complementary color
Monochromatic Colors of #B1BAFF
Black with #B1BAFF
Text Example
Text Example
White with #B1BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAFF; }
p { color: rgb(177,186,255); }
H1.HeaderClassName
{
color: #B1BAFF;
}
.AnyTagClassName
{
color: #B1BAFF;
}
</style>
background-color css
<style>
a { background-color: #B1BAFF; }
a { background-color: rgb(177,186,255); }
div.DivClassName
{
background-color: #B1BAFF;
}
.BgClassName
{
background-color: #B1BAFF;
}
</style>
border-color css
<style>
span { border-color: #B1BAFF; }
span { border-color: rgb(177,186,255); }
td.TdClassName
{
border-color: #B1BAFF;
}
.TagClassName
{
border-color: #B1BAFF;
}
</style>