Shades of Perano #BABDF2
Tints of Perano #BABDF2
RGB
CMYK
RGB Variations
Color information
#BABDF2 (or 0xBABDF2) is known color: Perano. HEX triplet: BA, BD and F2. RGB value is (186,189,242). Sum of RGB (Red+Green+Blue) = 186+189+242=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDF2 is #45420D. Grayscale: #C1C1C1. Windows color (decimal): -4538894 or 15908282. OLE color: 15908282.
HSL color Cylindrical-coordinate representation of color #BABDF2: hue angle of 236.79º 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 #BABDF2 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 189 | 242 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.05 |
| HSL | 236.79º | 0.68% | 0.84% | - |
| HSV(B) | 236.79º | 0.23% | 0.95% | - |
| XYZ | 54.47 | 53.25 | 91.41 | - |
| YUV | 194.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 242 | 0.23 | 0.22 | 0 | 0.05 | 236.79 | 0.68 | 0.84 |
| Hex | BA | BD | F2 | 17 | 16 | 0 | 5 | ED | 44 | 54 |
| Octal | 272 | 275 | 362 | 27 | 26 | 0 | 5 | 355 | 104 | 124 |
| Binary | 10111010 | 10111101 | 11110010 | 10111 | 10110 | 0 | 101 | 11101101 | 1000100 | 1010100 |
Color Harmonies of #BABDF2
Complementary color
Monochromatic Colors of #BABDF2
Black with #BABDF2
Text Example
Text Example
White with #BABDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDF2; }
p { color: rgb(186,189,242); }
H1.HeaderClassName
{
color: #BABDF2;
}
.AnyTagClassName
{
color: #BABDF2;
}
</style>
background-color css
<style>
a { background-color: #BABDF2; }
a { background-color: rgb(186,189,242); }
div.DivClassName
{
background-color: #BABDF2;
}
.BgClassName
{
background-color: #BABDF2;
}
</style>
border-color css
<style>
span { border-color: #BABDF2; }
span { border-color: rgb(186,189,242); }
td.TdClassName
{
border-color: #BABDF2;
}
.TagClassName
{
border-color: #BABDF2;
}
</style>