Shades of Perano #BABBF1
Tints of Perano #BABBF1
RGB
CMYK
RGB Variations
Color information
#BABBF1 (or 0xBABBF1) is known color: Perano. HEX triplet: BA, BB and F1. RGB value is (186,187,241). Sum of RGB (Red+Green+Blue) = 186+187+241=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #BABBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBF1 is #45440E. Grayscale: #C0C0C0. Windows color (decimal): -4539407 or 15842234. OLE color: 15842234.
HSL color Cylindrical-coordinate representation of color #BABBF1: hue angle of 238.91º 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 #BABBF1 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 187 | 241 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.05 |
| HSL | 238.91º | 0.66% | 0.84% | - |
| HSV(B) | 238.91º | 0.23% | 0.95% | - |
| XYZ | 53.9 | 52.33 | 90.48 | - |
| YUV | 192.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 241 | 0.23 | 0.22 | 0 | 0.05 | 238.91 | 0.66 | 0.84 |
| Hex | BA | BB | F1 | 17 | 16 | 0 | 5 | EF | 42 | 54 |
| Octal | 272 | 273 | 361 | 27 | 26 | 0 | 5 | 357 | 102 | 124 |
| Binary | 10111010 | 10111011 | 11110001 | 10111 | 10110 | 0 | 101 | 11101111 | 1000010 | 1010100 |
Color Harmonies of #BABBF1
Complementary color
Monochromatic Colors of #BABBF1
Black with #BABBF1
Text Example
Text Example
White with #BABBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBF1; }
p { color: rgb(186,187,241); }
H1.HeaderClassName
{
color: #BABBF1;
}
.AnyTagClassName
{
color: #BABBF1;
}
</style>
background-color css
<style>
a { background-color: #BABBF1; }
a { background-color: rgb(186,187,241); }
div.DivClassName
{
background-color: #BABBF1;
}
.BgClassName
{
background-color: #BABBF1;
}
</style>
border-color css
<style>
span { border-color: #BABBF1; }
span { border-color: rgb(186,187,241); }
td.TdClassName
{
border-color: #BABBF1;
}
.TagClassName
{
border-color: #BABBF1;
}
</style>