Shades of Perano #BABDF3
Tints of Perano #BABDF3
RGB
CMYK
RGB Variations
Color information
#BABDF3 (or 0xBABDF3) is known color: Perano. HEX triplet: BA, BD and F3. RGB value is (186,189,243). Sum of RGB (Red+Green+Blue) = 186+189+243=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #BABDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDF3 is #45420C. Grayscale: #C2C2C2. Windows color (decimal): -4538893 or 15973818. OLE color: 15973818.
HSL color Cylindrical-coordinate representation of color #BABDF3: hue angle of 236.84º degrees, saturation: 0.7, 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 #BABDF3 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 189 | 243 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.05 |
| HSL | 236.84º | 0.7% | 0.84% | - |
| HSV(B) | 236.84º | 0.23% | 0.95% | - |
| XYZ | 54.62 | 53.31 | 92.2 | - |
| YUV | 194.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 243 | 0.23 | 0.22 | 0 | 0.05 | 236.84 | 0.7 | 0.84 |
| Hex | BA | BD | F3 | 17 | 16 | 0 | 5 | ED | 46 | 54 |
| Octal | 272 | 275 | 363 | 27 | 26 | 0 | 5 | 355 | 106 | 124 |
| Binary | 10111010 | 10111101 | 11110011 | 10111 | 10110 | 0 | 101 | 11101101 | 1000110 | 1010100 |
Color Harmonies of #BABDF3
Complementary color
Monochromatic Colors of #BABDF3
Black with #BABDF3
Text Example
Text Example
White with #BABDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDF3; }
p { color: rgb(186,189,243); }
H1.HeaderClassName
{
color: #BABDF3;
}
.AnyTagClassName
{
color: #BABDF3;
}
</style>
background-color css
<style>
a { background-color: #BABDF3; }
a { background-color: rgb(186,189,243); }
div.DivClassName
{
background-color: #BABDF3;
}
.BgClassName
{
background-color: #BABDF3;
}
</style>
border-color css
<style>
span { border-color: #BABDF3; }
span { border-color: rgb(186,189,243); }
td.TdClassName
{
border-color: #BABDF3;
}
.TagClassName
{
border-color: #BABDF3;
}
</style>