Shades of Perano #B6C0EF
Tints of Perano #B6C0EF
RGB
CMYK
RGB Variations
Color information
#B6C0EF (or 0xB6C0EF) is known color: Perano. HEX triplet: B6, C0 and EF. RGB value is (182,192,239). Sum of RGB (Red+Green+Blue) = 182+192+239=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C0EF is #493F10. Grayscale: #C2C2C2. Windows color (decimal): -4800273 or 15712438. OLE color: 15712438.
HSL color Cylindrical-coordinate representation of color #B6C0EF: hue angle of 229.47º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6C0EF is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 192 | 239 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.06 |
| HSL | 229.47º | 0.64% | 0.83% | - |
| HSV(B) | 229.47º | 0.24% | 0.94% | - |
| XYZ | 53.72 | 53.88 | 89.23 | - |
| YUV | 194.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 239 | 0.24 | 0.20 | 0 | 0.06 | 229.47 | 0.64 | 0.83 |
| Hex | B6 | C0 | EF | 18 | 14 | 0 | 6 | E5 | 40 | 53 |
| Octal | 266 | 300 | 357 | 30 | 24 | 0 | 6 | 345 | 100 | 123 |
| Binary | 10110110 | 11000000 | 11101111 | 11000 | 10100 | 0 | 110 | 11100101 | 1000000 | 1010011 |
Color Harmonies of #B6C0EF
Complementary color
Monochromatic Colors of #B6C0EF
Black with #B6C0EF
Text Example
Text Example
White with #B6C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C0EF; }
p { color: rgb(182,192,239); }
H1.HeaderClassName
{
color: #B6C0EF;
}
.AnyTagClassName
{
color: #B6C0EF;
}
</style>
background-color css
<style>
a { background-color: #B6C0EF; }
a { background-color: rgb(182,192,239); }
div.DivClassName
{
background-color: #B6C0EF;
}
.BgClassName
{
background-color: #B6C0EF;
}
</style>
border-color css
<style>
span { border-color: #B6C0EF; }
span { border-color: rgb(182,192,239); }
td.TdClassName
{
border-color: #B6C0EF;
}
.TagClassName
{
border-color: #B6C0EF;
}
</style>