Shades of Perano #B0BCDF
Tints of Perano #B0BCDF
RGB
CMYK
RGB Variations
Color information
#B0BCDF (or 0xB0BCDF) is known color: Perano. HEX triplet: B0, BC and DF. RGB value is (176,188,223). Sum of RGB (Red+Green+Blue) = 176+188+223=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 188 (73.83% from 255 or 32.03% 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 #B0BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCDF is #4F4320. Grayscale: #BCBCBC. Windows color (decimal): -5194529 or 14662832. OLE color: 14662832.
HSL color Cylindrical-coordinate representation of color #B0BCDF: hue angle of 224.68º 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 #B0BCDF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 188 | 223 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.13 |
| HSL | 224.68º | 0.42% | 0.78% | - |
| HSV(B) | 224.68º | 0.21% | 0.87% | - |
| XYZ | 49.21 | 50.52 | 76.97 | - |
| YUV | 188.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 223 | 0.21 | 0.16 | 0 | 0.13 | 224.68 | 0.42 | 0.78 |
| Hex | B0 | BC | DF | 15 | 10 | 0 | D | E1 | 2A | 4E |
| Octal | 260 | 274 | 337 | 25 | 20 | 0 | 15 | 341 | 52 | 116 |
| Binary | 10110000 | 10111100 | 11011111 | 10101 | 10000 | 0 | 1101 | 11100001 | 101010 | 1001110 |
Color Harmonies of #B0BCDF
Complementary color
Monochromatic Colors of #B0BCDF
Black with #B0BCDF
Text Example
Text Example
White with #B0BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCDF; }
p { color: rgb(176,188,223); }
H1.HeaderClassName
{
color: #B0BCDF;
}
.AnyTagClassName
{
color: #B0BCDF;
}
</style>
background-color css
<style>
a { background-color: #B0BCDF; }
a { background-color: rgb(176,188,223); }
div.DivClassName
{
background-color: #B0BCDF;
}
.BgClassName
{
background-color: #B0BCDF;
}
</style>
border-color css
<style>
span { border-color: #B0BCDF; }
span { border-color: rgb(176,188,223); }
td.TdClassName
{
border-color: #B0BCDF;
}
.TagClassName
{
border-color: #B0BCDF;
}
</style>