Shades of Perano #B1BBE7
Tints of Perano #B1BBE7
RGB
CMYK
RGB Variations
Color information
#B1BBE7 (or 0xB1BBE7) is known color: Perano. HEX triplet: B1, BB and E7. RGB value is (177,187,231). Sum of RGB (Red+Green+Blue) = 177+187+231=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 231 - color contains mainly: blue. Hex color #B1BBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBE7 is #4E4418. Grayscale: #BCBCBC. Windows color (decimal): -5129241 or 15186865. OLE color: 15186865.
HSL color Cylindrical-coordinate representation of color #B1BBE7: hue angle of 228.89º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1BBE7 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 187 | 231 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.09 |
| HSL | 228.89º | 0.53% | 0.8% | - |
| HSV(B) | 228.89º | 0.23% | 0.91% | - |
| XYZ | 50.33 | 50.66 | 82.73 | - |
| YUV | 189.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 231 | 0.23 | 0.19 | 0 | 0.09 | 228.89 | 0.53 | 0.8 |
| Hex | B1 | BB | E7 | 17 | 13 | 0 | 9 | E5 | 35 | 50 |
| Octal | 261 | 273 | 347 | 27 | 23 | 0 | 11 | 345 | 65 | 120 |
| Binary | 10110001 | 10111011 | 11100111 | 10111 | 10011 | 0 | 1001 | 11100101 | 110101 | 1010000 |
Color Harmonies of #B1BBE7
Complementary color
Monochromatic Colors of #B1BBE7
Black with #B1BBE7
Text Example
Text Example
White with #B1BBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBE7; }
p { color: rgb(177,187,231); }
H1.HeaderClassName
{
color: #B1BBE7;
}
.AnyTagClassName
{
color: #B1BBE7;
}
</style>
background-color css
<style>
a { background-color: #B1BBE7; }
a { background-color: rgb(177,187,231); }
div.DivClassName
{
background-color: #B1BBE7;
}
.BgClassName
{
background-color: #B1BBE7;
}
</style>
border-color css
<style>
span { border-color: #B1BBE7; }
span { border-color: rgb(177,187,231); }
td.TdClassName
{
border-color: #B1BBE7;
}
.TagClassName
{
border-color: #B1BBE7;
}
</style>