Shades of Perano #B0C0ED
Tints of Perano #B0C0ED
RGB
CMYK
RGB Variations
Color information
#B0C0ED (or 0xB0C0ED) is known color: Perano. HEX triplet: B0, C0 and ED. RGB value is (176,192,237). Sum of RGB (Red+Green+Blue) = 176+192+237=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0C0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0ED is #4F3F12. Grayscale: #C0C0C0. Windows color (decimal): -5193491 or 15581360. OLE color: 15581360.
HSL color Cylindrical-coordinate representation of color #B0C0ED: hue angle of 224.26º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C0ED is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 192 | 237 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.07 |
| HSL | 224.26º | 0.63% | 0.81% | - |
| HSV(B) | 224.26º | 0.26% | 0.93% | - |
| XYZ | 52.04 | 53.04 | 87.62 | - |
| YUV | 192.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 237 | 0.26 | 0.19 | 0 | 0.07 | 224.26 | 0.63 | 0.81 |
| Hex | B0 | C0 | ED | 1A | 13 | 0 | 7 | E0 | 3F | 51 |
| Octal | 260 | 300 | 355 | 32 | 23 | 0 | 7 | 340 | 77 | 121 |
| Binary | 10110000 | 11000000 | 11101101 | 11010 | 10011 | 0 | 111 | 11100000 | 111111 | 1010001 |
Color Harmonies of #B0C0ED
Complementary color
Monochromatic Colors of #B0C0ED
Black with #B0C0ED
Text Example
Text Example
White with #B0C0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0ED; }
p { color: rgb(176,192,237); }
H1.HeaderClassName
{
color: #B0C0ED;
}
.AnyTagClassName
{
color: #B0C0ED;
}
</style>
background-color css
<style>
a { background-color: #B0C0ED; }
a { background-color: rgb(176,192,237); }
div.DivClassName
{
background-color: #B0C0ED;
}
.BgClassName
{
background-color: #B0C0ED;
}
</style>
border-color css
<style>
span { border-color: #B0C0ED; }
span { border-color: rgb(176,192,237); }
td.TdClassName
{
border-color: #B0C0ED;
}
.TagClassName
{
border-color: #B0C0ED;
}
</style>