Shades of Perano #BAC2ED
Tints of Perano #BAC2ED
RGB
CMYK
RGB Variations
Color information
#BAC2ED (or 0xBAC2ED) is known color: Perano. HEX triplet: BA, C2 and ED. RGB value is (186,194,237). Sum of RGB (Red+Green+Blue) = 186+194+237=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2ED is #453D12. Grayscale: #C4C4C4. Windows color (decimal): -4537619 or 15581882. OLE color: 15581882.
HSL color Cylindrical-coordinate representation of color #BAC2ED: hue angle of 230.59º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC2ED is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 194 | 237 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.07 |
| HSL | 230.59º | 0.59% | 0.83% | - |
| HSV(B) | 230.59º | 0.22% | 0.93% | - |
| XYZ | 54.83 | 55.14 | 87.87 | - |
| YUV | 196.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 237 | 0.22 | 0.18 | 0 | 0.07 | 230.59 | 0.59 | 0.83 |
| Hex | BA | C2 | ED | 16 | 12 | 0 | 7 | E7 | 3B | 53 |
| Octal | 272 | 302 | 355 | 26 | 22 | 0 | 7 | 347 | 73 | 123 |
| Binary | 10111010 | 11000010 | 11101101 | 10110 | 10010 | 0 | 111 | 11100111 | 111011 | 1010011 |
Color Harmonies of #BAC2ED
Complementary color
Monochromatic Colors of #BAC2ED
Black with #BAC2ED
Text Example
Text Example
White with #BAC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2ED; }
p { color: rgb(186,194,237); }
H1.HeaderClassName
{
color: #BAC2ED;
}
.AnyTagClassName
{
color: #BAC2ED;
}
</style>
background-color css
<style>
a { background-color: #BAC2ED; }
a { background-color: rgb(186,194,237); }
div.DivClassName
{
background-color: #BAC2ED;
}
.BgClassName
{
background-color: #BAC2ED;
}
</style>
border-color css
<style>
span { border-color: #BAC2ED; }
span { border-color: rgb(186,194,237); }
td.TdClassName
{
border-color: #BAC2ED;
}
.TagClassName
{
border-color: #BAC2ED;
}
</style>