Shades of Perano #BAC1EF
Tints of Perano #BAC1EF
RGB
CMYK
RGB Variations
Color information
#BAC1EF (or 0xBAC1EF) is known color: Perano. HEX triplet: BA, C1 and EF. RGB value is (186,193,239). Sum of RGB (Red+Green+Blue) = 186+193+239=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAC1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC1EF is #453E10. Grayscale: #C3C3C3. Windows color (decimal): -4537873 or 15712698. OLE color: 15712698.
HSL color Cylindrical-coordinate representation of color #BAC1EF: hue angle of 232.08º 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 #BAC1EF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 193 | 239 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.06 |
| HSL | 232.08º | 0.62% | 0.83% | - |
| HSV(B) | 232.08º | 0.22% | 0.94% | - |
| XYZ | 54.9 | 54.81 | 89.35 | - |
| YUV | 196.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 239 | 0.22 | 0.19 | 0 | 0.06 | 232.08 | 0.62 | 0.83 |
| Hex | BA | C1 | EF | 16 | 13 | 0 | 6 | E8 | 3E | 53 |
| Octal | 272 | 301 | 357 | 26 | 23 | 0 | 6 | 350 | 76 | 123 |
| Binary | 10111010 | 11000001 | 11101111 | 10110 | 10011 | 0 | 110 | 11101000 | 111110 | 1010011 |
Color Harmonies of #BAC1EF
Complementary color
Monochromatic Colors of #BAC1EF
Black with #BAC1EF
Text Example
Text Example
White with #BAC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1EF; }
p { color: rgb(186,193,239); }
H1.HeaderClassName
{
color: #BAC1EF;
}
.AnyTagClassName
{
color: #BAC1EF;
}
</style>
background-color css
<style>
a { background-color: #BAC1EF; }
a { background-color: rgb(186,193,239); }
div.DivClassName
{
background-color: #BAC1EF;
}
.BgClassName
{
background-color: #BAC1EF;
}
</style>
border-color css
<style>
span { border-color: #BAC1EF; }
span { border-color: rgb(186,193,239); }
td.TdClassName
{
border-color: #BAC1EF;
}
.TagClassName
{
border-color: #BAC1EF;
}
</style>