Shades of Perano #BAC1F6
Tints of Perano #BAC1F6
RGB
CMYK
RGB Variations
Color information
#BAC1F6 (or 0xBAC1F6) is known color: Perano. HEX triplet: BA, C1 and F6. RGB value is (186,193,246). Sum of RGB (Red+Green+Blue) = 186+193+246=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAC1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC1F6 is #453E09. Grayscale: #C4C4C4. Windows color (decimal): -4537866 or 16171450. OLE color: 16171450.
HSL color Cylindrical-coordinate representation of color #BAC1F6: hue angle of 233º 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 #BAC1F6 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 193 | 246 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.04 |
| HSL | 233º | 0.77% | 0.85% | - |
| HSV(B) | 233º | 0.24% | 0.96% | - |
| XYZ | 55.95 | 55.23 | 94.9 | - |
| YUV | 196.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 246 | 0.24 | 0.22 | 0 | 0.04 | 233 | 0.77 | 0.85 |
| Hex | BA | C1 | F6 | 18 | 16 | 0 | 4 | E9 | 4D | 55 |
| Octal | 272 | 301 | 366 | 30 | 26 | 0 | 4 | 351 | 115 | 125 |
| Binary | 10111010 | 11000001 | 11110110 | 11000 | 10110 | 0 | 100 | 11101001 | 1001101 | 1010101 |
Color Harmonies of #BAC1F6
Complementary color
Monochromatic Colors of #BAC1F6
Black with #BAC1F6
Text Example
Text Example
White with #BAC1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1F6; }
p { color: rgb(186,193,246); }
H1.HeaderClassName
{
color: #BAC1F6;
}
.AnyTagClassName
{
color: #BAC1F6;
}
</style>
background-color css
<style>
a { background-color: #BAC1F6; }
a { background-color: rgb(186,193,246); }
div.DivClassName
{
background-color: #BAC1F6;
}
.BgClassName
{
background-color: #BAC1F6;
}
</style>
border-color css
<style>
span { border-color: #BAC1F6; }
span { border-color: rgb(186,193,246); }
td.TdClassName
{
border-color: #BAC1F6;
}
.TagClassName
{
border-color: #BAC1F6;
}
</style>