Shades of Perano #B1BCE7
Tints of Perano #B1BCE7
RGB
CMYK
RGB Variations
Color information
#B1BCE7 (or 0xB1BCE7) is known color: Perano. HEX triplet: B1, BC and E7. RGB value is (177,188,231). Sum of RGB (Red+Green+Blue) = 177+188+231=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 231 - color contains mainly: blue. Hex color #B1BCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BCE7 is #4E4318. Grayscale: #BDBDBD. Windows color (decimal): -5128985 or 15187121. OLE color: 15187121.
HSL color Cylindrical-coordinate representation of color #B1BCE7: hue angle of 227.78º 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 #B1BCE7 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 188 | 231 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.09 |
| HSL | 227.78º | 0.53% | 0.8% | - |
| HSV(B) | 227.78º | 0.23% | 0.91% | - |
| XYZ | 50.54 | 51.08 | 82.8 | - |
| YUV | 189.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 231 | 0.23 | 0.19 | 0 | 0.09 | 227.78 | 0.53 | 0.8 |
| Hex | B1 | BC | E7 | 17 | 13 | 0 | 9 | E4 | 35 | 50 |
| Octal | 261 | 274 | 347 | 27 | 23 | 0 | 11 | 344 | 65 | 120 |
| Binary | 10110001 | 10111100 | 11100111 | 10111 | 10011 | 0 | 1001 | 11100100 | 110101 | 1010000 |
Color Harmonies of #B1BCE7
Complementary color
Monochromatic Colors of #B1BCE7
Black with #B1BCE7
Text Example
Text Example
White with #B1BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCE7; }
p { color: rgb(177,188,231); }
H1.HeaderClassName
{
color: #B1BCE7;
}
.AnyTagClassName
{
color: #B1BCE7;
}
</style>
background-color css
<style>
a { background-color: #B1BCE7; }
a { background-color: rgb(177,188,231); }
div.DivClassName
{
background-color: #B1BCE7;
}
.BgClassName
{
background-color: #B1BCE7;
}
</style>
border-color css
<style>
span { border-color: #B1BCE7; }
span { border-color: rgb(177,188,231); }
td.TdClassName
{
border-color: #B1BCE7;
}
.TagClassName
{
border-color: #B1BCE7;
}
</style>