Shades of Perano #BAC2EF
Tints of Perano #BAC2EF
RGB
CMYK
RGB Variations
Color information
#BAC2EF (or 0xBAC2EF) is known color: Perano. HEX triplet: BA, C2 and EF. RGB value is (186,194,239). Sum of RGB (Red+Green+Blue) = 186+194+239=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2EF is #453D10. Grayscale: #C4C4C4. Windows color (decimal): -4537617 or 15712954. OLE color: 15712954.
HSL color Cylindrical-coordinate representation of color #BAC2EF: hue angle of 230.94º 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 #BAC2EF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 194 | 239 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.06 |
| HSL | 230.94º | 0.62% | 0.83% | - |
| HSV(B) | 230.94º | 0.22% | 0.94% | - |
| XYZ | 55.12 | 55.25 | 89.42 | - |
| YUV | 196.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 239 | 0.22 | 0.19 | 0 | 0.06 | 230.94 | 0.62 | 0.83 |
| Hex | BA | C2 | EF | 16 | 13 | 0 | 6 | E7 | 3E | 53 |
| Octal | 272 | 302 | 357 | 26 | 23 | 0 | 6 | 347 | 76 | 123 |
| Binary | 10111010 | 11000010 | 11101111 | 10110 | 10011 | 0 | 110 | 11100111 | 111110 | 1010011 |
Color Harmonies of #BAC2EF
Complementary color
Monochromatic Colors of #BAC2EF
Black with #BAC2EF
Text Example
Text Example
White with #BAC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2EF; }
p { color: rgb(186,194,239); }
H1.HeaderClassName
{
color: #BAC2EF;
}
.AnyTagClassName
{
color: #BAC2EF;
}
</style>
background-color css
<style>
a { background-color: #BAC2EF; }
a { background-color: rgb(186,194,239); }
div.DivClassName
{
background-color: #BAC2EF;
}
.BgClassName
{
background-color: #BAC2EF;
}
</style>
border-color css
<style>
span { border-color: #BAC2EF; }
span { border-color: rgb(186,194,239); }
td.TdClassName
{
border-color: #BAC2EF;
}
.TagClassName
{
border-color: #BAC2EF;
}
</style>