Shades of Perano #B0C0EE
Tints of Perano #B0C0EE
RGB
CMYK
RGB Variations
Color information
#B0C0EE (or 0xB0C0EE) is known color: Perano. HEX triplet: B0, C0 and EE. RGB value is (176,192,238). Sum of RGB (Red+Green+Blue) = 176+192+238=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0C0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C0EE is #4F3F11. Grayscale: #C0C0C0. Windows color (decimal): -5193490 or 15646896. OLE color: 15646896.
HSL color Cylindrical-coordinate representation of color #B0C0EE: hue angle of 224.52º degrees, saturation: 0.65, 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 #B0C0EE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 192 | 238 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.07 |
| HSL | 224.52º | 0.65% | 0.81% | - |
| HSV(B) | 224.52º | 0.26% | 0.93% | - |
| XYZ | 52.19 | 53.1 | 88.39 | - |
| YUV | 192.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 238 | 0.26 | 0.19 | 0 | 0.07 | 224.52 | 0.65 | 0.81 |
| Hex | B0 | C0 | EE | 1A | 13 | 0 | 7 | E1 | 41 | 51 |
| Octal | 260 | 300 | 356 | 32 | 23 | 0 | 7 | 341 | 101 | 121 |
| Binary | 10110000 | 11000000 | 11101110 | 11010 | 10011 | 0 | 111 | 11100001 | 1000001 | 1010001 |
Color Harmonies of #B0C0EE
Complementary color
Monochromatic Colors of #B0C0EE
Black with #B0C0EE
Text Example
Text Example
White with #B0C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0EE; }
p { color: rgb(176,192,238); }
H1.HeaderClassName
{
color: #B0C0EE;
}
.AnyTagClassName
{
color: #B0C0EE;
}
</style>
background-color css
<style>
a { background-color: #B0C0EE; }
a { background-color: rgb(176,192,238); }
div.DivClassName
{
background-color: #B0C0EE;
}
.BgClassName
{
background-color: #B0C0EE;
}
</style>
border-color css
<style>
span { border-color: #B0C0EE; }
span { border-color: rgb(176,192,238); }
td.TdClassName
{
border-color: #B0C0EE;
}
.TagClassName
{
border-color: #B0C0EE;
}
</style>