Shades of Perano #B0C0EB
Tints of Perano #B0C0EB
RGB
CMYK
RGB Variations
Color information
#B0C0EB (or 0xB0C0EB) is known color: Perano. HEX triplet: B0, C0 and EB. RGB value is (176,192,235). Sum of RGB (Red+Green+Blue) = 176+192+235=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0EB is #4F3F14. Grayscale: #BFBFBF. Windows color (decimal): -5193493 or 15450288. OLE color: 15450288.
HSL color Cylindrical-coordinate representation of color #B0C0EB: hue angle of 223.73º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C0EB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 192 | 235 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.08 |
| HSL | 223.73º | 0.6% | 0.81% | - |
| HSV(B) | 223.73º | 0.25% | 0.92% | - |
| XYZ | 51.75 | 52.93 | 86.09 | - |
| YUV | 192.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 235 | 0.25 | 0.18 | 0 | 0.08 | 223.73 | 0.6 | 0.81 |
| Hex | B0 | C0 | EB | 19 | 12 | 0 | 8 | E0 | 3C | 51 |
| Octal | 260 | 300 | 353 | 31 | 22 | 0 | 10 | 340 | 74 | 121 |
| Binary | 10110000 | 11000000 | 11101011 | 11001 | 10010 | 0 | 1000 | 11100000 | 111100 | 1010001 |
Color Harmonies of #B0C0EB
Complementary color
Monochromatic Colors of #B0C0EB
Black with #B0C0EB
Text Example
Text Example
White with #B0C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0EB; }
p { color: rgb(176,192,235); }
H1.HeaderClassName
{
color: #B0C0EB;
}
.AnyTagClassName
{
color: #B0C0EB;
}
</style>
background-color css
<style>
a { background-color: #B0C0EB; }
a { background-color: rgb(176,192,235); }
div.DivClassName
{
background-color: #B0C0EB;
}
.BgClassName
{
background-color: #B0C0EB;
}
</style>
border-color css
<style>
span { border-color: #B0C0EB; }
span { border-color: rgb(176,192,235); }
td.TdClassName
{
border-color: #B0C0EB;
}
.TagClassName
{
border-color: #B0C0EB;
}
</style>