Shades of Perano #B1BBDF
Tints of Perano #B1BBDF
RGB
CMYK
RGB Variations
Color information
#B1BBDF (or 0xB1BBDF) is known color: Perano. HEX triplet: B1, BB and DF. RGB value is (177,187,223). Sum of RGB (Red+Green+Blue) = 177+187+223=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDF is #4E4420. Grayscale: #BBBBBB. Windows color (decimal): -5129249 or 14662577. OLE color: 14662577.
HSL color Cylindrical-coordinate representation of color #B1BBDF: hue angle of 226.96º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1BBDF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 187 | 223 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.13 |
| HSL | 226.96º | 0.42% | 0.78% | - |
| HSV(B) | 226.96º | 0.21% | 0.87% | - |
| XYZ | 49.22 | 50.22 | 76.91 | - |
| YUV | 188.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 223 | 0.21 | 0.16 | 0 | 0.13 | 226.96 | 0.42 | 0.78 |
| Hex | B1 | BB | DF | 15 | 10 | 0 | D | E3 | 2A | 4E |
| Octal | 261 | 273 | 337 | 25 | 20 | 0 | 15 | 343 | 52 | 116 |
| Binary | 10110001 | 10111011 | 11011111 | 10101 | 10000 | 0 | 1101 | 11100011 | 101010 | 1001110 |
Color Harmonies of #B1BBDF
Complementary color
Monochromatic Colors of #B1BBDF
Black with #B1BBDF
Text Example
Text Example
White with #B1BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBDF; }
p { color: rgb(177,187,223); }
H1.HeaderClassName
{
color: #B1BBDF;
}
.AnyTagClassName
{
color: #B1BBDF;
}
</style>
background-color css
<style>
a { background-color: #B1BBDF; }
a { background-color: rgb(177,187,223); }
div.DivClassName
{
background-color: #B1BBDF;
}
.BgClassName
{
background-color: #B1BBDF;
}
</style>
border-color css
<style>
span { border-color: #B1BBDF; }
span { border-color: rgb(177,187,223); }
td.TdClassName
{
border-color: #B1BBDF;
}
.TagClassName
{
border-color: #B1BBDF;
}
</style>