Shades of Perano #BAC1E4
Tints of Perano #BAC1E4
RGB
CMYK
RGB Variations
Color information
#BAC1E4 (or 0xBAC1E4) is known color: Perano. HEX triplet: BA, C1 and E4. RGB value is (186,193,228). Sum of RGB (Red+Green+Blue) = 186+193+228=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAC1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1E4 is #453E1B. Grayscale: #C2C2C2. Windows color (decimal): -4537884 or 14991802. OLE color: 14991802.
HSL color Cylindrical-coordinate representation of color #BAC1E4: hue angle of 230º degrees, saturation: 0.44, 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 #BAC1E4 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 193 | 228 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.11 |
| HSL | 230º | 0.44% | 0.81% | - |
| HSV(B) | 230º | 0.18% | 0.89% | - |
| XYZ | 53.32 | 54.18 | 81.05 | - |
| YUV | 194.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 228 | 0.18 | 0.15 | 0 | 0.11 | 230 | 0.44 | 0.81 |
| Hex | BA | C1 | E4 | 12 | F | 0 | B | E6 | 2C | 51 |
| Octal | 272 | 301 | 344 | 22 | 17 | 0 | 13 | 346 | 54 | 121 |
| Binary | 10111010 | 11000001 | 11100100 | 10010 | 1111 | 0 | 1011 | 11100110 | 101100 | 1010001 |
Color Harmonies of #BAC1E4
Complementary color
Monochromatic Colors of #BAC1E4
Black with #BAC1E4
Text Example
Text Example
White with #BAC1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1E4; }
p { color: rgb(186,193,228); }
H1.HeaderClassName
{
color: #BAC1E4;
}
.AnyTagClassName
{
color: #BAC1E4;
}
</style>
background-color css
<style>
a { background-color: #BAC1E4; }
a { background-color: rgb(186,193,228); }
div.DivClassName
{
background-color: #BAC1E4;
}
.BgClassName
{
background-color: #BAC1E4;
}
</style>
border-color css
<style>
span { border-color: #BAC1E4; }
span { border-color: rgb(186,193,228); }
td.TdClassName
{
border-color: #BAC1E4;
}
.TagClassName
{
border-color: #BAC1E4;
}
</style>