Shades of Perano #B0BCFC
Tints of Perano #B0BCFC
RGB
CMYK
RGB Variations
Color information
#B0BCFC (or 0xB0BCFC) is known color: Perano. HEX triplet: B0, BC and FC. RGB value is (176,188,252). Sum of RGB (Red+Green+Blue) = 176+188+252=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BCFC is #4F4303. Grayscale: #BFBFBF. Windows color (decimal): -5194500 or 16563376. OLE color: 16563376.
HSL color Cylindrical-coordinate representation of color #B0BCFC: hue angle of 230.53º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BCFC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 188 | 252 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.01 |
| HSL | 230.53º | 0.93% | 0.84% | - |
| HSV(B) | 230.53º | 0.3% | 0.99% | - |
| XYZ | 53.46 | 52.22 | 99.36 | - |
| YUV | 191.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 252 | 0.30 | 0.25 | 0 | 0.01 | 230.53 | 0.93 | 0.84 |
| Hex | B0 | BC | FC | 1E | 19 | 0 | 1 | E7 | 5D | 54 |
| Octal | 260 | 274 | 374 | 36 | 31 | 0 | 1 | 347 | 135 | 124 |
| Binary | 10110000 | 10111100 | 11111100 | 11110 | 11001 | 0 | 1 | 11100111 | 1011101 | 1010100 |
Color Harmonies of #B0BCFC
Complementary color
Monochromatic Colors of #B0BCFC
Black with #B0BCFC
Text Example
Text Example
White with #B0BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCFC; }
p { color: rgb(176,188,252); }
H1.HeaderClassName
{
color: #B0BCFC;
}
.AnyTagClassName
{
color: #B0BCFC;
}
</style>
background-color css
<style>
a { background-color: #B0BCFC; }
a { background-color: rgb(176,188,252); }
div.DivClassName
{
background-color: #B0BCFC;
}
.BgClassName
{
background-color: #B0BCFC;
}
</style>
border-color css
<style>
span { border-color: #B0BCFC; }
span { border-color: rgb(176,188,252); }
td.TdClassName
{
border-color: #B0BCFC;
}
.TagClassName
{
border-color: #B0BCFC;
}
</style>