Shades of Perano #B0C1F0
Tints of Perano #B0C1F0
RGB
CMYK
RGB Variations
Color information
#B0C1F0 (or 0xB0C1F0) is known color: Perano. HEX triplet: B0, C1 and F0. RGB value is (176,193,240). Sum of RGB (Red+Green+Blue) = 176+193+240=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0C1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C1F0 is #4F3E0F. Grayscale: #C1C1C1. Windows color (decimal): -5193232 or 15778224. OLE color: 15778224.
HSL color Cylindrical-coordinate representation of color #B0C1F0: hue angle of 224.06º 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 #B0C1F0 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 193 | 240 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.06 |
| HSL | 224.06º | 0.68% | 0.82% | - |
| HSV(B) | 224.06º | 0.27% | 0.94% | - |
| XYZ | 52.7 | 53.66 | 90.02 | - |
| YUV | 193.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 240 | 0.27 | 0.20 | 0 | 0.06 | 224.06 | 0.68 | 0.82 |
| Hex | B0 | C1 | F0 | 1B | 14 | 0 | 6 | E0 | 44 | 52 |
| Octal | 260 | 301 | 360 | 33 | 24 | 0 | 6 | 340 | 104 | 122 |
| Binary | 10110000 | 11000001 | 11110000 | 11011 | 10100 | 0 | 110 | 11100000 | 1000100 | 1010010 |
Color Harmonies of #B0C1F0
Complementary color
Monochromatic Colors of #B0C1F0
Black with #B0C1F0
Text Example
Text Example
White with #B0C1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C1F0; }
p { color: rgb(176,193,240); }
H1.HeaderClassName
{
color: #B0C1F0;
}
.AnyTagClassName
{
color: #B0C1F0;
}
</style>
background-color css
<style>
a { background-color: #B0C1F0; }
a { background-color: rgb(176,193,240); }
div.DivClassName
{
background-color: #B0C1F0;
}
.BgClassName
{
background-color: #B0C1F0;
}
</style>
border-color css
<style>
span { border-color: #B0C1F0; }
span { border-color: rgb(176,193,240); }
td.TdClassName
{
border-color: #B0C1F0;
}
.TagClassName
{
border-color: #B0C1F0;
}
</style>