Shades of Perano #B1BCDF
Tints of Perano #B1BCDF
RGB
CMYK
RGB Variations
Color information
#B1BCDF (or 0xB1BCDF) is known color: Perano. HEX triplet: B1, BC and DF. RGB value is (177,188,223). Sum of RGB (Red+Green+Blue) = 177+188+223=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCDF is #4E4320. Grayscale: #BCBCBC. Windows color (decimal): -5128993 or 14662833. OLE color: 14662833.
HSL color Cylindrical-coordinate representation of color #B1BCDF: hue angle of 225.65º 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 #B1BCDF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 188 | 223 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.13 |
| HSL | 225.65º | 0.42% | 0.78% | - |
| HSV(B) | 225.65º | 0.21% | 0.87% | - |
| XYZ | 49.43 | 50.64 | 76.98 | - |
| YUV | 188.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 223 | 0.21 | 0.16 | 0 | 0.13 | 225.65 | 0.42 | 0.78 |
| Hex | B1 | BC | DF | 15 | 10 | 0 | D | E2 | 2A | 4E |
| Octal | 261 | 274 | 337 | 25 | 20 | 0 | 15 | 342 | 52 | 116 |
| Binary | 10110001 | 10111100 | 11011111 | 10101 | 10000 | 0 | 1101 | 11100010 | 101010 | 1001110 |
Color Harmonies of #B1BCDF
Complementary color
Monochromatic Colors of #B1BCDF
Black with #B1BCDF
Text Example
Text Example
White with #B1BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCDF; }
p { color: rgb(177,188,223); }
H1.HeaderClassName
{
color: #B1BCDF;
}
.AnyTagClassName
{
color: #B1BCDF;
}
</style>
background-color css
<style>
a { background-color: #B1BCDF; }
a { background-color: rgb(177,188,223); }
div.DivClassName
{
background-color: #B1BCDF;
}
.BgClassName
{
background-color: #B1BCDF;
}
</style>
border-color css
<style>
span { border-color: #B1BCDF; }
span { border-color: rgb(177,188,223); }
td.TdClassName
{
border-color: #B1BCDF;
}
.TagClassName
{
border-color: #B1BCDF;
}
</style>