Shades of Perano #BABDF6
Tints of Perano #BABDF6
RGB
CMYK
RGB Variations
Color information
#BABDF6 (or 0xBABDF6) is known color: Perano. HEX triplet: BA, BD and F6. RGB value is (186,189,246). Sum of RGB (Red+Green+Blue) = 186+189+246=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #BABDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDF6 is #454209. Grayscale: #C2C2C2. Windows color (decimal): -4538890 or 16170426. OLE color: 16170426.
HSL color Cylindrical-coordinate representation of color #BABDF6: hue angle of 237º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABDF6 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 189 | 246 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.04 |
| HSL | 237º | 0.77% | 0.85% | - |
| HSV(B) | 237º | 0.24% | 0.96% | - |
| XYZ | 55.08 | 53.49 | 94.61 | - |
| YUV | 194.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 246 | 0.24 | 0.23 | 0 | 0.04 | 237 | 0.77 | 0.85 |
| Hex | BA | BD | F6 | 18 | 17 | 0 | 4 | ED | 4D | 55 |
| Octal | 272 | 275 | 366 | 30 | 27 | 0 | 4 | 355 | 115 | 125 |
| Binary | 10111010 | 10111101 | 11110110 | 11000 | 10111 | 0 | 100 | 11101101 | 1001101 | 1010101 |
Color Harmonies of #BABDF6
Complementary color
Monochromatic Colors of #BABDF6
Black with #BABDF6
Text Example
Text Example
White with #BABDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDF6; }
p { color: rgb(186,189,246); }
H1.HeaderClassName
{
color: #BABDF6;
}
.AnyTagClassName
{
color: #BABDF6;
}
</style>
background-color css
<style>
a { background-color: #BABDF6; }
a { background-color: rgb(186,189,246); }
div.DivClassName
{
background-color: #BABDF6;
}
.BgClassName
{
background-color: #BABDF6;
}
</style>
border-color css
<style>
span { border-color: #BABDF6; }
span { border-color: rgb(186,189,246); }
td.TdClassName
{
border-color: #BABDF6;
}
.TagClassName
{
border-color: #BABDF6;
}
</style>