Shades of Perano #BABDF1
Tints of Perano #BABDF1
RGB
CMYK
RGB Variations
Color information
#BABDF1 (or 0xBABDF1) is known color: Perano. HEX triplet: BA, BD and F1. RGB value is (186,189,241). Sum of RGB (Red+Green+Blue) = 186+189+241=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #BABDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDF1 is #45420E. Grayscale: #C1C1C1. Windows color (decimal): -4538895 or 15842746. OLE color: 15842746.
HSL color Cylindrical-coordinate representation of color #BABDF1: hue angle of 236.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BABDF1 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 189 | 241 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.05 |
| HSL | 236.73º | 0.66% | 0.84% | - |
| HSV(B) | 236.73º | 0.23% | 0.95% | - |
| XYZ | 54.32 | 53.19 | 90.62 | - |
| YUV | 194.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 241 | 0.23 | 0.22 | 0 | 0.05 | 236.73 | 0.66 | 0.84 |
| Hex | BA | BD | F1 | 17 | 16 | 0 | 5 | ED | 42 | 54 |
| Octal | 272 | 275 | 361 | 27 | 26 | 0 | 5 | 355 | 102 | 124 |
| Binary | 10111010 | 10111101 | 11110001 | 10111 | 10110 | 0 | 101 | 11101101 | 1000010 | 1010100 |
Color Harmonies of #BABDF1
Complementary color
Monochromatic Colors of #BABDF1
Black with #BABDF1
Text Example
Text Example
White with #BABDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDF1; }
p { color: rgb(186,189,241); }
H1.HeaderClassName
{
color: #BABDF1;
}
.AnyTagClassName
{
color: #BABDF1;
}
</style>
background-color css
<style>
a { background-color: #BABDF1; }
a { background-color: rgb(186,189,241); }
div.DivClassName
{
background-color: #BABDF1;
}
.BgClassName
{
background-color: #BABDF1;
}
</style>
border-color css
<style>
span { border-color: #BABDF1; }
span { border-color: rgb(186,189,241); }
td.TdClassName
{
border-color: #BABDF1;
}
.TagClassName
{
border-color: #BABDF1;
}
</style>