Shades of Perano #BAC0E2
Tints of Perano #BAC0E2
RGB
CMYK
RGB Variations
Color information
#BAC0E2 (or 0xBAC0E2) is known color: Perano. HEX triplet: BA, C0 and E2. RGB value is (186,192,226). Sum of RGB (Red+Green+Blue) = 186+192+226=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAC0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0E2 is #453F1D. Grayscale: #C1C1C1. Windows color (decimal): -4538142 or 14860474. OLE color: 14860474.
HSL color Cylindrical-coordinate representation of color #BAC0E2: hue angle of 231º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC0E2 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 192 | 226 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.11 |
| HSL | 231º | 0.41% | 0.81% | - |
| HSV(B) | 231º | 0.18% | 0.89% | - |
| XYZ | 52.83 | 53.63 | 79.52 | - |
| YUV | 194.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 226 | 0.18 | 0.15 | 0 | 0.11 | 231 | 0.41 | 0.81 |
| Hex | BA | C0 | E2 | 12 | F | 0 | B | E7 | 29 | 51 |
| Octal | 272 | 300 | 342 | 22 | 17 | 0 | 13 | 347 | 51 | 121 |
| Binary | 10111010 | 11000000 | 11100010 | 10010 | 1111 | 0 | 1011 | 11100111 | 101001 | 1010001 |
Color Harmonies of #BAC0E2
Complementary color
Monochromatic Colors of #BAC0E2
Black with #BAC0E2
Text Example
Text Example
White with #BAC0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0E2; }
p { color: rgb(186,192,226); }
H1.HeaderClassName
{
color: #BAC0E2;
}
.AnyTagClassName
{
color: #BAC0E2;
}
</style>
background-color css
<style>
a { background-color: #BAC0E2; }
a { background-color: rgb(186,192,226); }
div.DivClassName
{
background-color: #BAC0E2;
}
.BgClassName
{
background-color: #BAC0E2;
}
</style>
border-color css
<style>
span { border-color: #BAC0E2; }
span { border-color: rgb(186,192,226); }
td.TdClassName
{
border-color: #BAC0E2;
}
.TagClassName
{
border-color: #BAC0E2;
}
</style>