Shades of Perano #BABBF6
Tints of Perano #BABBF6
RGB
CMYK
RGB Variations
Color information
#BABBF6 (or 0xBABBF6) is known color: Perano. HEX triplet: BA, BB and F6. RGB value is (186,187,246). Sum of RGB (Red+Green+Blue) = 186+187+246=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #BABBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBF6 is #454409. Grayscale: #C1C1C1. Windows color (decimal): -4539402 or 16169914. OLE color: 16169914.
HSL color Cylindrical-coordinate representation of color #BABBF6: hue angle of 239º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABBF6 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 187 | 246 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.04 |
| HSL | 239º | 0.77% | 0.85% | - |
| HSV(B) | 239º | 0.24% | 0.96% | - |
| XYZ | 54.65 | 52.63 | 94.47 | - |
| YUV | 193.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 246 | 0.24 | 0.24 | 0 | 0.04 | 239 | 0.77 | 0.85 |
| Hex | BA | BB | F6 | 18 | 18 | 0 | 4 | EF | 4D | 55 |
| Octal | 272 | 273 | 366 | 30 | 30 | 0 | 4 | 357 | 115 | 125 |
| Binary | 10111010 | 10111011 | 11110110 | 11000 | 11000 | 0 | 100 | 11101111 | 1001101 | 1010101 |
Color Harmonies of #BABBF6
Complementary color
Monochromatic Colors of #BABBF6
Black with #BABBF6
Text Example
Text Example
White with #BABBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBF6; }
p { color: rgb(186,187,246); }
H1.HeaderClassName
{
color: #BABBF6;
}
.AnyTagClassName
{
color: #BABBF6;
}
</style>
background-color css
<style>
a { background-color: #BABBF6; }
a { background-color: rgb(186,187,246); }
div.DivClassName
{
background-color: #BABBF6;
}
.BgClassName
{
background-color: #BABBF6;
}
</style>
border-color css
<style>
span { border-color: #BABBF6; }
span { border-color: rgb(186,187,246); }
td.TdClassName
{
border-color: #BABBF6;
}
.TagClassName
{
border-color: #BABBF6;
}
</style>