Shades of Perano #B1BDFA
Tints of Perano #B1BDFA
RGB
CMYK
RGB Variations
Color information
#B1BDFA (or 0xB1BDFA) is known color: Perano. HEX triplet: B1, BD and FA. RGB value is (177,189,250). Sum of RGB (Red+Green+Blue) = 177+189+250=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1BDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDFA is #4E4205. Grayscale: #C0C0C0. Windows color (decimal): -5128710 or 16432561. OLE color: 16432561.
HSL color Cylindrical-coordinate representation of color #B1BDFA: hue angle of 230.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BDFA is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 189 | 250 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 230.14º | 0.88% | 0.84% | - |
| HSV(B) | 230.14º | 0.29% | 0.98% | - |
| XYZ | 53.58 | 52.64 | 97.78 | - |
| YUV | 192.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 250 | 0.29 | 0.24 | 0 | 0.02 | 230.14 | 0.88 | 0.84 |
| Hex | B1 | BD | FA | 1D | 18 | 0 | 2 | E6 | 58 | 54 |
| Octal | 261 | 275 | 372 | 35 | 30 | 0 | 2 | 346 | 130 | 124 |
| Binary | 10110001 | 10111101 | 11111010 | 11101 | 11000 | 0 | 10 | 11100110 | 1011000 | 1010100 |
Color Harmonies of #B1BDFA
Complementary color
Monochromatic Colors of #B1BDFA
Black with #B1BDFA
Text Example
Text Example
White with #B1BDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDFA; }
p { color: rgb(177,189,250); }
H1.HeaderClassName
{
color: #B1BDFA;
}
.AnyTagClassName
{
color: #B1BDFA;
}
</style>
background-color css
<style>
a { background-color: #B1BDFA; }
a { background-color: rgb(177,189,250); }
div.DivClassName
{
background-color: #B1BDFA;
}
.BgClassName
{
background-color: #B1BDFA;
}
</style>
border-color css
<style>
span { border-color: #B1BDFA; }
span { border-color: rgb(177,189,250); }
td.TdClassName
{
border-color: #B1BDFA;
}
.TagClassName
{
border-color: #B1BDFA;
}
</style>