Shades of Perano #BAC0D9
Tints of Perano #BAC0D9
RGB
CMYK
RGB Variations
Color information
#BAC0D9 (or 0xBAC0D9) is known color: Perano. HEX triplet: BA, C0 and D9. RGB value is (186,192,217). Sum of RGB (Red+Green+Blue) = 186+192+217=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0D9 is #453F26. Grayscale: #C0C0C0. Windows color (decimal): -4538151 or 14270650. OLE color: 14270650.
HSL color Cylindrical-coordinate representation of color #BAC0D9: hue angle of 228.39º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC0D9 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 192 | 217 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.15 |
| HSL | 228.39º | 0.29% | 0.79% | - |
| HSV(B) | 228.39º | 0.14% | 0.85% | - |
| XYZ | 51.62 | 53.15 | 73.18 | - |
| YUV | 193.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 217 | 0.14 | 0.12 | 0 | 0.15 | 228.39 | 0.29 | 0.79 |
| Hex | BA | C0 | D9 | E | C | 0 | F | E4 | 1D | 4F |
| Octal | 272 | 300 | 331 | 16 | 14 | 0 | 17 | 344 | 35 | 117 |
| Binary | 10111010 | 11000000 | 11011001 | 1110 | 1100 | 0 | 1111 | 11100100 | 11101 | 1001111 |
Color Harmonies of #BAC0D9
Complementary color
Monochromatic Colors of #BAC0D9
Black with #BAC0D9
Text Example
Text Example
White with #BAC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0D9; }
p { color: rgb(186,192,217); }
H1.HeaderClassName
{
color: #BAC0D9;
}
.AnyTagClassName
{
color: #BAC0D9;
}
</style>
background-color css
<style>
a { background-color: #BAC0D9; }
a { background-color: rgb(186,192,217); }
div.DivClassName
{
background-color: #BAC0D9;
}
.BgClassName
{
background-color: #BAC0D9;
}
</style>
border-color css
<style>
span { border-color: #BAC0D9; }
span { border-color: rgb(186,192,217); }
td.TdClassName
{
border-color: #BAC0D9;
}
.TagClassName
{
border-color: #BAC0D9;
}
</style>