Shades of Perano #B0C0F0
Tints of Perano #B0C0F0
RGB
CMYK
RGB Variations
Color information
#B0C0F0 (or 0xB0C0F0) is known color: Perano. HEX triplet: B0, C0 and F0. RGB value is (176,192,240). Sum of RGB (Red+Green+Blue) = 176+192+240=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0C0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0F0 is #4F3F0F. Grayscale: #C0C0C0. Windows color (decimal): -5193488 or 15777968. OLE color: 15777968.
HSL color Cylindrical-coordinate representation of color #B0C0F0: hue angle of 225º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C0F0 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 192 | 240 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.06 |
| HSL | 225º | 0.68% | 0.82% | - |
| HSV(B) | 225º | 0.27% | 0.94% | - |
| XYZ | 52.48 | 53.22 | 89.94 | - |
| YUV | 192.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 240 | 0.27 | 0.20 | 0 | 0.06 | 225 | 0.68 | 0.82 |
| Hex | B0 | C0 | F0 | 1B | 14 | 0 | 6 | E1 | 44 | 52 |
| Octal | 260 | 300 | 360 | 33 | 24 | 0 | 6 | 341 | 104 | 122 |
| Binary | 10110000 | 11000000 | 11110000 | 11011 | 10100 | 0 | 110 | 11100001 | 1000100 | 1010010 |
Color Harmonies of #B0C0F0
Complementary color
Monochromatic Colors of #B0C0F0
Black with #B0C0F0
Text Example
Text Example
White with #B0C0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0F0; }
p { color: rgb(176,192,240); }
H1.HeaderClassName
{
color: #B0C0F0;
}
.AnyTagClassName
{
color: #B0C0F0;
}
</style>
background-color css
<style>
a { background-color: #B0C0F0; }
a { background-color: rgb(176,192,240); }
div.DivClassName
{
background-color: #B0C0F0;
}
.BgClassName
{
background-color: #B0C0F0;
}
</style>
border-color css
<style>
span { border-color: #B0C0F0; }
span { border-color: rgb(176,192,240); }
td.TdClassName
{
border-color: #B0C0F0;
}
.TagClassName
{
border-color: #B0C0F0;
}
</style>