Shades of Perano #BABCEC
Tints of Perano #BABCEC
RGB
CMYK
RGB Variations
Color information
#BABCEC (or 0xBABCEC) is known color: Perano. HEX triplet: BA, BC and EC. RGB value is (186,188,236). Sum of RGB (Red+Green+Blue) = 186+188+236=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #BABCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCEC is #454313. Grayscale: #C0C0C0. Windows color (decimal): -4539156 or 15514810. OLE color: 15514810.
HSL color Cylindrical-coordinate representation of color #BABCEC: hue angle of 237.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABCEC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 188 | 236 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.07 |
| HSL | 237.6º | 0.57% | 0.83% | - |
| HSV(B) | 237.6º | 0.21% | 0.93% | - |
| XYZ | 53.37 | 52.46 | 86.67 | - |
| YUV | 192.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 236 | 0.21 | 0.20 | 0 | 0.07 | 237.6 | 0.57 | 0.83 |
| Hex | BA | BC | EC | 15 | 14 | 0 | 7 | EE | 39 | 53 |
| Octal | 272 | 274 | 354 | 25 | 24 | 0 | 7 | 356 | 71 | 123 |
| Binary | 10111010 | 10111100 | 11101100 | 10101 | 10100 | 0 | 111 | 11101110 | 111001 | 1010011 |
Color Harmonies of #BABCEC
Complementary color
Monochromatic Colors of #BABCEC
Black with #BABCEC
Text Example
Text Example
White with #BABCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCEC; }
p { color: rgb(186,188,236); }
H1.HeaderClassName
{
color: #BABCEC;
}
.AnyTagClassName
{
color: #BABCEC;
}
</style>
background-color css
<style>
a { background-color: #BABCEC; }
a { background-color: rgb(186,188,236); }
div.DivClassName
{
background-color: #BABCEC;
}
.BgClassName
{
background-color: #BABCEC;
}
</style>
border-color css
<style>
span { border-color: #BABCEC; }
span { border-color: rgb(186,188,236); }
td.TdClassName
{
border-color: #BABCEC;
}
.TagClassName
{
border-color: #BABCEC;
}
</style>