Shades of Perano #BAC0E9
Tints of Perano #BAC0E9
RGB
CMYK
RGB Variations
Color information
#BAC0E9 (or 0xBAC0E9) is known color: Perano. HEX triplet: BA, C0 and E9. RGB value is (186,192,233). Sum of RGB (Red+Green+Blue) = 186+192+233=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC0E9 is #453F16. Grayscale: #C2C2C2. Windows color (decimal): -4538135 or 15319226. OLE color: 15319226.
HSL color Cylindrical-coordinate representation of color #BAC0E9: hue angle of 232.34º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC0E9 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 192 | 233 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.09 |
| HSL | 232.34º | 0.52% | 0.82% | - |
| HSV(B) | 232.34º | 0.2% | 0.91% | - |
| XYZ | 53.81 | 54.02 | 84.68 | - |
| YUV | 194.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 233 | 0.20 | 0.18 | 0 | 0.09 | 232.34 | 0.52 | 0.82 |
| Hex | BA | C0 | E9 | 14 | 12 | 0 | 9 | E8 | 34 | 52 |
| Octal | 272 | 300 | 351 | 24 | 22 | 0 | 11 | 350 | 64 | 122 |
| Binary | 10111010 | 11000000 | 11101001 | 10100 | 10010 | 0 | 1001 | 11101000 | 110100 | 1010010 |
Color Harmonies of #BAC0E9
Complementary color
Monochromatic Colors of #BAC0E9
Black with #BAC0E9
Text Example
Text Example
White with #BAC0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0E9; }
p { color: rgb(186,192,233); }
H1.HeaderClassName
{
color: #BAC0E9;
}
.AnyTagClassName
{
color: #BAC0E9;
}
</style>
background-color css
<style>
a { background-color: #BAC0E9; }
a { background-color: rgb(186,192,233); }
div.DivClassName
{
background-color: #BAC0E9;
}
.BgClassName
{
background-color: #BAC0E9;
}
</style>
border-color css
<style>
span { border-color: #BAC0E9; }
span { border-color: rgb(186,192,233); }
td.TdClassName
{
border-color: #BAC0E9;
}
.TagClassName
{
border-color: #BAC0E9;
}
</style>