Shades of Perano #BABDF0
Tints of Perano #BABDF0
RGB
CMYK
RGB Variations
Color information
#BABDF0 (or 0xBABDF0) is known color: Perano. HEX triplet: BA, BD and F0. RGB value is (186,189,240). Sum of RGB (Red+Green+Blue) = 186+189+240=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #BABDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDF0 is #45420F. Grayscale: #C1C1C1. Windows color (decimal): -4538896 or 15777210. OLE color: 15777210.
HSL color Cylindrical-coordinate representation of color #BABDF0: hue angle of 236.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BABDF0 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 189 | 240 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.06 |
| HSL | 236.67º | 0.64% | 0.84% | - |
| HSV(B) | 236.67º | 0.23% | 0.94% | - |
| XYZ | 54.18 | 53.13 | 89.84 | - |
| YUV | 193.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 240 | 0.22 | 0.21 | 0 | 0.06 | 236.67 | 0.64 | 0.84 |
| Hex | BA | BD | F0 | 16 | 15 | 0 | 6 | ED | 40 | 54 |
| Octal | 272 | 275 | 360 | 26 | 25 | 0 | 6 | 355 | 100 | 124 |
| Binary | 10111010 | 10111101 | 11110000 | 10110 | 10101 | 0 | 110 | 11101101 | 1000000 | 1010100 |
Color Harmonies of #BABDF0
Complementary color
Monochromatic Colors of #BABDF0
Black with #BABDF0
Text Example
Text Example
White with #BABDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDF0; }
p { color: rgb(186,189,240); }
H1.HeaderClassName
{
color: #BABDF0;
}
.AnyTagClassName
{
color: #BABDF0;
}
</style>
background-color css
<style>
a { background-color: #BABDF0; }
a { background-color: rgb(186,189,240); }
div.DivClassName
{
background-color: #BABDF0;
}
.BgClassName
{
background-color: #BABDF0;
}
</style>
border-color css
<style>
span { border-color: #BABDF0; }
span { border-color: rgb(186,189,240); }
td.TdClassName
{
border-color: #BABDF0;
}
.TagClassName
{
border-color: #BABDF0;
}
</style>