Shades of Perano #BAC0EB
Tints of Perano #BAC0EB
RGB
CMYK
RGB Variations
Color information
#BAC0EB (or 0xBAC0EB) is known color: Perano. HEX triplet: BA, C0 and EB. RGB value is (186,192,235). Sum of RGB (Red+Green+Blue) = 186+192+235=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC0EB is #453F14. Grayscale: #C2C2C2. Windows color (decimal): -4538133 or 15450298. OLE color: 15450298.
HSL color Cylindrical-coordinate representation of color #BAC0EB: hue angle of 232.65º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC0EB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 192 | 235 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.08 |
| HSL | 232.65º | 0.55% | 0.83% | - |
| HSV(B) | 232.65º | 0.21% | 0.92% | - |
| XYZ | 54.09 | 54.14 | 86.2 | - |
| YUV | 195.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 235 | 0.21 | 0.18 | 0 | 0.08 | 232.65 | 0.55 | 0.83 |
| Hex | BA | C0 | EB | 15 | 12 | 0 | 8 | E9 | 37 | 53 |
| Octal | 272 | 300 | 353 | 25 | 22 | 0 | 10 | 351 | 67 | 123 |
| Binary | 10111010 | 11000000 | 11101011 | 10101 | 10010 | 0 | 1000 | 11101001 | 110111 | 1010011 |
Color Harmonies of #BAC0EB
Complementary color
Monochromatic Colors of #BAC0EB
Black with #BAC0EB
Text Example
Text Example
White with #BAC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0EB; }
p { color: rgb(186,192,235); }
H1.HeaderClassName
{
color: #BAC0EB;
}
.AnyTagClassName
{
color: #BAC0EB;
}
</style>
background-color css
<style>
a { background-color: #BAC0EB; }
a { background-color: rgb(186,192,235); }
div.DivClassName
{
background-color: #BAC0EB;
}
.BgClassName
{
background-color: #BAC0EB;
}
</style>
border-color css
<style>
span { border-color: #BAC0EB; }
span { border-color: rgb(186,192,235); }
td.TdClassName
{
border-color: #BAC0EB;
}
.TagClassName
{
border-color: #BAC0EB;
}
</style>