Shades of Perano #B0C0EC
Tints of Perano #B0C0EC
RGB
CMYK
RGB Variations
Color information
#B0C0EC (or 0xB0C0EC) is known color: Perano. HEX triplet: B0, C0 and EC. RGB value is (176,192,236). Sum of RGB (Red+Green+Blue) = 176+192+236=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0C0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0EC is #4F3F13. Grayscale: #C0C0C0. Windows color (decimal): -5193492 or 15515824. OLE color: 15515824.
HSL color Cylindrical-coordinate representation of color #B0C0EC: hue angle of 224º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C0EC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 192 | 236 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.07 |
| HSL | 224º | 0.61% | 0.81% | - |
| HSV(B) | 224º | 0.25% | 0.93% | - |
| XYZ | 51.89 | 52.99 | 86.85 | - |
| YUV | 192.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 236 | 0.25 | 0.19 | 0 | 0.07 | 224 | 0.61 | 0.81 |
| Hex | B0 | C0 | EC | 19 | 13 | 0 | 7 | E0 | 3D | 51 |
| Octal | 260 | 300 | 354 | 31 | 23 | 0 | 7 | 340 | 75 | 121 |
| Binary | 10110000 | 11000000 | 11101100 | 11001 | 10011 | 0 | 111 | 11100000 | 111101 | 1010001 |
Color Harmonies of #B0C0EC
Complementary color
Monochromatic Colors of #B0C0EC
Black with #B0C0EC
Text Example
Text Example
White with #B0C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0EC; }
p { color: rgb(176,192,236); }
H1.HeaderClassName
{
color: #B0C0EC;
}
.AnyTagClassName
{
color: #B0C0EC;
}
</style>
background-color css
<style>
a { background-color: #B0C0EC; }
a { background-color: rgb(176,192,236); }
div.DivClassName
{
background-color: #B0C0EC;
}
.BgClassName
{
background-color: #B0C0EC;
}
</style>
border-color css
<style>
span { border-color: #B0C0EC; }
span { border-color: rgb(176,192,236); }
td.TdClassName
{
border-color: #B0C0EC;
}
.TagClassName
{
border-color: #B0C0EC;
}
</style>