Shades of Perano #BAC0EF
Tints of Perano #BAC0EF
RGB
CMYK
RGB Variations
Color information
#BAC0EF (or 0xBAC0EF) is known color: Perano. HEX triplet: BA, C0 and EF. RGB value is (186,192,239). Sum of RGB (Red+Green+Blue) = 186+192+239=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC0EF is #453F10. Grayscale: #C3C3C3. Windows color (decimal): -4538129 or 15712442. OLE color: 15712442.
HSL color Cylindrical-coordinate representation of color #BAC0EF: hue angle of 233.21º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC0EF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 192 | 239 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.06 |
| HSL | 233.21º | 0.62% | 0.83% | - |
| HSV(B) | 233.21º | 0.22% | 0.94% | - |
| XYZ | 54.68 | 54.37 | 89.27 | - |
| YUV | 195.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 239 | 0.22 | 0.20 | 0 | 0.06 | 233.21 | 0.62 | 0.83 |
| Hex | BA | C0 | EF | 16 | 14 | 0 | 6 | E9 | 3E | 53 |
| Octal | 272 | 300 | 357 | 26 | 24 | 0 | 6 | 351 | 76 | 123 |
| Binary | 10111010 | 11000000 | 11101111 | 10110 | 10100 | 0 | 110 | 11101001 | 111110 | 1010011 |
Color Harmonies of #BAC0EF
Complementary color
Monochromatic Colors of #BAC0EF
Black with #BAC0EF
Text Example
Text Example
White with #BAC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0EF; }
p { color: rgb(186,192,239); }
H1.HeaderClassName
{
color: #BAC0EF;
}
.AnyTagClassName
{
color: #BAC0EF;
}
</style>
background-color css
<style>
a { background-color: #BAC0EF; }
a { background-color: rgb(186,192,239); }
div.DivClassName
{
background-color: #BAC0EF;
}
.BgClassName
{
background-color: #BAC0EF;
}
</style>
border-color css
<style>
span { border-color: #BAC0EF; }
span { border-color: rgb(186,192,239); }
td.TdClassName
{
border-color: #BAC0EF;
}
.TagClassName
{
border-color: #BAC0EF;
}
</style>