Shades of Perano #BABFF2
Tints of Perano #BABFF2
RGB
CMYK
RGB Variations
Color information
#BABFF2 (or 0xBABFF2) is known color: Perano. HEX triplet: BA, BF and F2. RGB value is (186,191,242). Sum of RGB (Red+Green+Blue) = 186+191+242=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFF2 is #45400D. Grayscale: #C3C3C3. Windows color (decimal): -4538382 or 15908794. OLE color: 15908794.
HSL color Cylindrical-coordinate representation of color #BABFF2: hue angle of 234.64º 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 #BABFF2 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 191 | 242 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.05 |
| HSL | 234.64º | 0.68% | 0.84% | - |
| HSV(B) | 234.64º | 0.23% | 0.95% | - |
| XYZ | 54.91 | 54.11 | 91.56 | - |
| YUV | 195.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 242 | 0.23 | 0.21 | 0 | 0.05 | 234.64 | 0.68 | 0.84 |
| Hex | BA | BF | F2 | 17 | 15 | 0 | 5 | EB | 44 | 54 |
| Octal | 272 | 277 | 362 | 27 | 25 | 0 | 5 | 353 | 104 | 124 |
| Binary | 10111010 | 10111111 | 11110010 | 10111 | 10101 | 0 | 101 | 11101011 | 1000100 | 1010100 |
Color Harmonies of #BABFF2
Complementary color
Monochromatic Colors of #BABFF2
Black with #BABFF2
Text Example
Text Example
White with #BABFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFF2; }
p { color: rgb(186,191,242); }
H1.HeaderClassName
{
color: #BABFF2;
}
.AnyTagClassName
{
color: #BABFF2;
}
</style>
background-color css
<style>
a { background-color: #BABFF2; }
a { background-color: rgb(186,191,242); }
div.DivClassName
{
background-color: #BABFF2;
}
.BgClassName
{
background-color: #BABFF2;
}
</style>
border-color css
<style>
span { border-color: #BABFF2; }
span { border-color: rgb(186,191,242); }
td.TdClassName
{
border-color: #BABFF2;
}
.TagClassName
{
border-color: #BABFF2;
}
</style>