Shades of Perano #BABFF1
Tints of Perano #BABFF1
RGB
CMYK
RGB Variations
Color information
#BABFF1 (or 0xBABFF1) is known color: Perano. HEX triplet: BA, BF and F1. RGB value is (186,191,241). Sum of RGB (Red+Green+Blue) = 186+191+241=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #BABFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFF1 is #45400E. Grayscale: #C3C3C3. Windows color (decimal): -4538383 or 15843258. OLE color: 15843258.
HSL color Cylindrical-coordinate representation of color #BABFF1: hue angle of 234.55º 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 #BABFF1 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 191 | 241 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.05 |
| HSL | 234.55º | 0.66% | 0.84% | - |
| HSV(B) | 234.55º | 0.23% | 0.95% | - |
| XYZ | 54.76 | 54.05 | 90.77 | - |
| YUV | 195.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 241 | 0.23 | 0.21 | 0 | 0.05 | 234.55 | 0.66 | 0.84 |
| Hex | BA | BF | F1 | 17 | 15 | 0 | 5 | EB | 42 | 54 |
| Octal | 272 | 277 | 361 | 27 | 25 | 0 | 5 | 353 | 102 | 124 |
| Binary | 10111010 | 10111111 | 11110001 | 10111 | 10101 | 0 | 101 | 11101011 | 1000010 | 1010100 |
Color Harmonies of #BABFF1
Complementary color
Monochromatic Colors of #BABFF1
Black with #BABFF1
Text Example
Text Example
White with #BABFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFF1; }
p { color: rgb(186,191,241); }
H1.HeaderClassName
{
color: #BABFF1;
}
.AnyTagClassName
{
color: #BABFF1;
}
</style>
background-color css
<style>
a { background-color: #BABFF1; }
a { background-color: rgb(186,191,241); }
div.DivClassName
{
background-color: #BABFF1;
}
.BgClassName
{
background-color: #BABFF1;
}
</style>
border-color css
<style>
span { border-color: #BABFF1; }
span { border-color: rgb(186,191,241); }
td.TdClassName
{
border-color: #BABFF1;
}
.TagClassName
{
border-color: #BABFF1;
}
</style>