Shades of Perano #BABAF1
Tints of Perano #BABAF1
RGB
CMYK
RGB Variations
Color information
#BABAF1 (or 0xBABAF1) is known color: Perano. HEX triplet: BA, BA and F1. RGB value is (186,186,241). Sum of RGB (Red+Green+Blue) = 186+186+241=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #BABAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF1 is #45450E. Grayscale: #C0C0C0. Windows color (decimal): -4539663 or 15841978. OLE color: 15841978.
HSL color Cylindrical-coordinate representation of color #BABAF1: hue angle of 240º 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 #BABAF1 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 186 | 241 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.05 |
| HSL | 240º | 0.66% | 0.84% | - |
| HSV(B) | 240º | 0.23% | 0.95% | - |
| XYZ | 53.69 | 51.91 | 90.41 | - |
| YUV | 192.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 241 | 0.23 | 0.23 | 0 | 0.05 | 240 | 0.66 | 0.84 |
| Hex | BA | BA | F1 | 17 | 17 | 0 | 5 | F0 | 42 | 54 |
| Octal | 272 | 272 | 361 | 27 | 27 | 0 | 5 | 360 | 102 | 124 |
| Binary | 10111010 | 10111010 | 11110001 | 10111 | 10111 | 0 | 101 | 11110000 | 1000010 | 1010100 |
Color Harmonies of #BABAF1
Complementary color
Monochromatic Colors of #BABAF1
Black with #BABAF1
Text Example
Text Example
White with #BABAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAF1; }
p { color: rgb(186,186,241); }
H1.HeaderClassName
{
color: #BABAF1;
}
.AnyTagClassName
{
color: #BABAF1;
}
</style>
background-color css
<style>
a { background-color: #BABAF1; }
a { background-color: rgb(186,186,241); }
div.DivClassName
{
background-color: #BABAF1;
}
.BgClassName
{
background-color: #BABAF1;
}
</style>
border-color css
<style>
span { border-color: #BABAF1; }
span { border-color: rgb(186,186,241); }
td.TdClassName
{
border-color: #BABAF1;
}
.TagClassName
{
border-color: #BABAF1;
}
</style>