Shades of Perano #B7C0EC
Tints of Perano #B7C0EC
RGB
CMYK
RGB Variations
Color information
#B7C0EC (or 0xB7C0EC) is known color: Perano. HEX triplet: B7, C0 and EC. RGB value is (183,192,236). Sum of RGB (Red+Green+Blue) = 183+192+236=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C0EC is #483F13. Grayscale: #C2C2C2. Windows color (decimal): -4734740 or 15515831. OLE color: 15515831.
HSL color Cylindrical-coordinate representation of color #B7C0EC: hue angle of 229.81º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7C0EC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 192 | 236 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.07 |
| HSL | 229.81º | 0.58% | 0.82% | - |
| HSV(B) | 229.81º | 0.22% | 0.93% | - |
| XYZ | 53.52 | 53.82 | 86.92 | - |
| YUV | 194.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 236 | 0.22 | 0.19 | 0 | 0.07 | 229.81 | 0.58 | 0.82 |
| Hex | B7 | C0 | EC | 16 | 13 | 0 | 7 | E6 | 3A | 52 |
| Octal | 267 | 300 | 354 | 26 | 23 | 0 | 7 | 346 | 72 | 122 |
| Binary | 10110111 | 11000000 | 11101100 | 10110 | 10011 | 0 | 111 | 11100110 | 111010 | 1010010 |
Color Harmonies of #B7C0EC
Complementary color
Monochromatic Colors of #B7C0EC
Black with #B7C0EC
Text Example
Text Example
White with #B7C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C0EC; }
p { color: rgb(183,192,236); }
H1.HeaderClassName
{
color: #B7C0EC;
}
.AnyTagClassName
{
color: #B7C0EC;
}
</style>
background-color css
<style>
a { background-color: #B7C0EC; }
a { background-color: rgb(183,192,236); }
div.DivClassName
{
background-color: #B7C0EC;
}
.BgClassName
{
background-color: #B7C0EC;
}
</style>
border-color css
<style>
span { border-color: #B7C0EC; }
span { border-color: rgb(183,192,236); }
td.TdClassName
{
border-color: #B7C0EC;
}
.TagClassName
{
border-color: #B7C0EC;
}
</style>