Shades of Perano #BABCF2
Tints of Perano #BABCF2
RGB
CMYK
RGB Variations
Color information
#BABCF2 (or 0xBABCF2) is known color: Perano. HEX triplet: BA, BC and F2. RGB value is (186,188,242). Sum of RGB (Red+Green+Blue) = 186+188+242=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCF2 is #45430D. Grayscale: #C1C1C1. Windows color (decimal): -4539150 or 15908026. OLE color: 15908026.
HSL color Cylindrical-coordinate representation of color #BABCF2: hue angle of 237.86º degrees, saturation: 0.68, 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 #BABCF2 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 188 | 242 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.05 |
| HSL | 237.86º | 0.68% | 0.84% | - |
| HSV(B) | 237.86º | 0.23% | 0.95% | - |
| XYZ | 54.26 | 52.82 | 91.34 | - |
| YUV | 193.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 242 | 0.23 | 0.22 | 0 | 0.05 | 237.86 | 0.68 | 0.84 |
| Hex | BA | BC | F2 | 17 | 16 | 0 | 5 | EE | 44 | 54 |
| Octal | 272 | 274 | 362 | 27 | 26 | 0 | 5 | 356 | 104 | 124 |
| Binary | 10111010 | 10111100 | 11110010 | 10111 | 10110 | 0 | 101 | 11101110 | 1000100 | 1010100 |
Color Harmonies of #BABCF2
Complementary color
Monochromatic Colors of #BABCF2
Black with #BABCF2
Text Example
Text Example
White with #BABCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCF2; }
p { color: rgb(186,188,242); }
H1.HeaderClassName
{
color: #BABCF2;
}
.AnyTagClassName
{
color: #BABCF2;
}
</style>
background-color css
<style>
a { background-color: #BABCF2; }
a { background-color: rgb(186,188,242); }
div.DivClassName
{
background-color: #BABCF2;
}
.BgClassName
{
background-color: #BABCF2;
}
</style>
border-color css
<style>
span { border-color: #BABCF2; }
span { border-color: rgb(186,188,242); }
td.TdClassName
{
border-color: #BABCF2;
}
.TagClassName
{
border-color: #BABCF2;
}
</style>