Shades of Perano #BABDEC
Tints of Perano #BABDEC
RGB
CMYK
RGB Variations
Color information
#BABDEC (or 0xBABDEC) is known color: Perano. HEX triplet: BA, BD and EC. RGB value is (186,189,236). Sum of RGB (Red+Green+Blue) = 186+189+236=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #BABDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDEC is #454213. Grayscale: #C1C1C1. Windows color (decimal): -4538900 or 15515066. OLE color: 15515066.
HSL color Cylindrical-coordinate representation of color #BABDEC: hue angle of 236.4º 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 #BABDEC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 189 | 236 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.07 |
| HSL | 236.4º | 0.57% | 0.83% | - |
| HSV(B) | 236.4º | 0.21% | 0.93% | - |
| XYZ | 53.59 | 52.89 | 86.74 | - |
| YUV | 193.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 236 | 0.21 | 0.20 | 0 | 0.07 | 236.4 | 0.57 | 0.83 |
| Hex | BA | BD | EC | 15 | 14 | 0 | 7 | EC | 39 | 53 |
| Octal | 272 | 275 | 354 | 25 | 24 | 0 | 7 | 354 | 71 | 123 |
| Binary | 10111010 | 10111101 | 11101100 | 10101 | 10100 | 0 | 111 | 11101100 | 111001 | 1010011 |
Color Harmonies of #BABDEC
Complementary color
Monochromatic Colors of #BABDEC
Black with #BABDEC
Text Example
Text Example
White with #BABDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDEC; }
p { color: rgb(186,189,236); }
H1.HeaderClassName
{
color: #BABDEC;
}
.AnyTagClassName
{
color: #BABDEC;
}
</style>
background-color css
<style>
a { background-color: #BABDEC; }
a { background-color: rgb(186,189,236); }
div.DivClassName
{
background-color: #BABDEC;
}
.BgClassName
{
background-color: #BABDEC;
}
</style>
border-color css
<style>
span { border-color: #BABDEC; }
span { border-color: rgb(186,189,236); }
td.TdClassName
{
border-color: #BABDEC;
}
.TagClassName
{
border-color: #BABDEC;
}
</style>