Shades of Perano #BAC3F7
Tints of Perano #BAC3F7
RGB
CMYK
RGB Variations
Color information
#BAC3F7 (or 0xBAC3F7) is known color: Perano. HEX triplet: BA, C3 and F7. RGB value is (186,195,247). Sum of RGB (Red+Green+Blue) = 186+195+247=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAC3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3F7 is #453C08. Grayscale: #C6C6C6. Windows color (decimal): -4537353 or 16237498. OLE color: 16237498.
HSL color Cylindrical-coordinate representation of color #BAC3F7: hue angle of 231.15º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC3F7 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 195 | 247 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.03 |
| HSL | 231.15º | 0.79% | 0.85% | - |
| HSV(B) | 231.15º | 0.25% | 0.97% | - |
| XYZ | 56.55 | 56.18 | 95.86 | - |
| YUV | 198.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 247 | 0.25 | 0.21 | 0 | 0.03 | 231.15 | 0.79 | 0.85 |
| Hex | BA | C3 | F7 | 19 | 15 | 0 | 3 | E7 | 4F | 55 |
| Octal | 272 | 303 | 367 | 31 | 25 | 0 | 3 | 347 | 117 | 125 |
| Binary | 10111010 | 11000011 | 11110111 | 11001 | 10101 | 0 | 11 | 11100111 | 1001111 | 1010101 |
Color Harmonies of #BAC3F7
Complementary color
Monochromatic Colors of #BAC3F7
Black with #BAC3F7
Text Example
Text Example
White with #BAC3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3F7; }
p { color: rgb(186,195,247); }
H1.HeaderClassName
{
color: #BAC3F7;
}
.AnyTagClassName
{
color: #BAC3F7;
}
</style>
background-color css
<style>
a { background-color: #BAC3F7; }
a { background-color: rgb(186,195,247); }
div.DivClassName
{
background-color: #BAC3F7;
}
.BgClassName
{
background-color: #BAC3F7;
}
</style>
border-color css
<style>
span { border-color: #BAC3F7; }
span { border-color: rgb(186,195,247); }
td.TdClassName
{
border-color: #BAC3F7;
}
.TagClassName
{
border-color: #BAC3F7;
}
</style>