Shades of Perano #B0C0FA
Tints of Perano #B0C0FA
RGB
CMYK
RGB Variations
Color information
#B0C0FA (or 0xB0C0FA) is known color: Perano. HEX triplet: B0, C0 and FA. RGB value is (176,192,250). Sum of RGB (Red+Green+Blue) = 176+192+250=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0FA is #4F3F05. Grayscale: #C1C1C1. Windows color (decimal): -5193478 or 16433328. OLE color: 16433328.
HSL color Cylindrical-coordinate representation of color #B0C0FA: hue angle of 227.03º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C0FA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 192 | 250 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.02 |
| HSL | 227.03º | 0.88% | 0.84% | - |
| HSV(B) | 227.03º | 0.3% | 0.98% | - |
| XYZ | 54.01 | 53.83 | 97.99 | - |
| YUV | 193.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 250 | 0.30 | 0.23 | 0 | 0.02 | 227.03 | 0.88 | 0.84 |
| Hex | B0 | C0 | FA | 1E | 17 | 0 | 2 | E3 | 58 | 54 |
| Octal | 260 | 300 | 372 | 36 | 27 | 0 | 2 | 343 | 130 | 124 |
| Binary | 10110000 | 11000000 | 11111010 | 11110 | 10111 | 0 | 10 | 11100011 | 1011000 | 1010100 |
Color Harmonies of #B0C0FA
Complementary color
Monochromatic Colors of #B0C0FA
Black with #B0C0FA
Text Example
Text Example
White with #B0C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0FA; }
p { color: rgb(176,192,250); }
H1.HeaderClassName
{
color: #B0C0FA;
}
.AnyTagClassName
{
color: #B0C0FA;
}
</style>
background-color css
<style>
a { background-color: #B0C0FA; }
a { background-color: rgb(176,192,250); }
div.DivClassName
{
background-color: #B0C0FA;
}
.BgClassName
{
background-color: #B0C0FA;
}
</style>
border-color css
<style>
span { border-color: #B0C0FA; }
span { border-color: rgb(176,192,250); }
td.TdClassName
{
border-color: #B0C0FA;
}
.TagClassName
{
border-color: #B0C0FA;
}
</style>