Shades of Perano #B1BDFF
Tints of Perano #B1BDFF
RGB
CMYK
RGB Variations
Color information
#B1BDFF (or 0xB1BDFF) is known color: Perano. HEX triplet: B1, BD and FF. RGB value is (177,189,255). Sum of RGB (Red+Green+Blue) = 177+189+255=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDFF is #4E4200. Grayscale: #C0C0C0. Windows color (decimal): -5128705 or 16760241. OLE color: 16760241.
HSL color Cylindrical-coordinate representation of color #B1BDFF: hue angle of 230.77º 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 #B1BDFF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 189 | 255 | - |
| CMYK | 0.31 | 0.26 | 0 | 0 |
| HSL | 230.77º | 1% | 0.85% | - |
| HSV(B) | 230.77º | 0.31% | 1% | - |
| XYZ | 54.38 | 52.96 | 101.96 | - |
| YUV | 192.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 255 | 0.31 | 0.26 | 0 | 0 | 230.77 | 1 | 0.85 |
| Hex | B1 | BD | FF | 1F | 1A | 0 | 0 | E7 | 64 | 55 |
| Octal | 261 | 275 | 377 | 37 | 32 | 0 | 0 | 347 | 144 | 125 |
| Binary | 10110001 | 10111101 | 11111111 | 11111 | 11010 | 0 | 0 | 11100111 | 1100100 | 1010101 |
Color Harmonies of #B1BDFF
Complementary color
Monochromatic Colors of #B1BDFF
Black with #B1BDFF
Text Example
Text Example
White with #B1BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDFF; }
p { color: rgb(177,189,255); }
H1.HeaderClassName
{
color: #B1BDFF;
}
.AnyTagClassName
{
color: #B1BDFF;
}
</style>
background-color css
<style>
a { background-color: #B1BDFF; }
a { background-color: rgb(177,189,255); }
div.DivClassName
{
background-color: #B1BDFF;
}
.BgClassName
{
background-color: #B1BDFF;
}
</style>
border-color css
<style>
span { border-color: #B1BDFF; }
span { border-color: rgb(177,189,255); }
td.TdClassName
{
border-color: #B1BDFF;
}
.TagClassName
{
border-color: #B1BDFF;
}
</style>