Shades of Perano #BAC0F6
Tints of Perano #BAC0F6
RGB
CMYK
RGB Variations
Color information
#BAC0F6 (or 0xBAC0F6) is known color: Perano. HEX triplet: BA, C0 and F6. RGB value is (186,192,246). Sum of RGB (Red+Green+Blue) = 186+192+246=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAC0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC0F6 is #453F09. Grayscale: #C4C4C4. Windows color (decimal): -4538122 or 16171194. OLE color: 16171194.
HSL color Cylindrical-coordinate representation of color #BAC0F6: hue angle of 234º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAC0F6 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 192 | 246 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.04 |
| HSL | 234º | 0.77% | 0.85% | - |
| HSV(B) | 234º | 0.24% | 0.96% | - |
| XYZ | 55.73 | 54.79 | 94.83 | - |
| YUV | 196.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 246 | 0.24 | 0.22 | 0 | 0.04 | 234 | 0.77 | 0.85 |
| Hex | BA | C0 | F6 | 18 | 16 | 0 | 4 | EA | 4D | 55 |
| Octal | 272 | 300 | 366 | 30 | 26 | 0 | 4 | 352 | 115 | 125 |
| Binary | 10111010 | 11000000 | 11110110 | 11000 | 10110 | 0 | 100 | 11101010 | 1001101 | 1010101 |
Color Harmonies of #BAC0F6
Complementary color
Monochromatic Colors of #BAC0F6
Black with #BAC0F6
Text Example
Text Example
White with #BAC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0F6; }
p { color: rgb(186,192,246); }
H1.HeaderClassName
{
color: #BAC0F6;
}
.AnyTagClassName
{
color: #BAC0F6;
}
</style>
background-color css
<style>
a { background-color: #BAC0F6; }
a { background-color: rgb(186,192,246); }
div.DivClassName
{
background-color: #BAC0F6;
}
.BgClassName
{
background-color: #BAC0F6;
}
</style>
border-color css
<style>
span { border-color: #BAC0F6; }
span { border-color: rgb(186,192,246); }
td.TdClassName
{
border-color: #BAC0F6;
}
.TagClassName
{
border-color: #BAC0F6;
}
</style>