Shades of Perano #BABFDF
Tints of Perano #BABFDF
RGB
CMYK
RGB Variations
Color information
#BABFDF (or 0xBABFDF) is known color: Perano. HEX triplet: BA, BF and DF. RGB value is (186,191,223). Sum of RGB (Red+Green+Blue) = 186+191+223=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #BABFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFDF is #454020. Grayscale: #C1C1C1. Windows color (decimal): -4538401 or 14663610. OLE color: 14663610.
HSL color Cylindrical-coordinate representation of color #BABFDF: hue angle of 231.89º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABFDF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 191 | 223 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.13 |
| HSL | 231.89º | 0.37% | 0.8% | - |
| HSV(B) | 231.89º | 0.17% | 0.87% | - |
| XYZ | 52.2 | 53.03 | 77.3 | - |
| YUV | 193.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 223 | 0.17 | 0.14 | 0 | 0.13 | 231.89 | 0.37 | 0.8 |
| Hex | BA | BF | DF | 11 | E | 0 | D | E8 | 25 | 50 |
| Octal | 272 | 277 | 337 | 21 | 16 | 0 | 15 | 350 | 45 | 120 |
| Binary | 10111010 | 10111111 | 11011111 | 10001 | 1110 | 0 | 1101 | 11101000 | 100101 | 1010000 |
Color Harmonies of #BABFDF
Complementary color
Monochromatic Colors of #BABFDF
Black with #BABFDF
Text Example
Text Example
White with #BABFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFDF; }
p { color: rgb(186,191,223); }
H1.HeaderClassName
{
color: #BABFDF;
}
.AnyTagClassName
{
color: #BABFDF;
}
</style>
background-color css
<style>
a { background-color: #BABFDF; }
a { background-color: rgb(186,191,223); }
div.DivClassName
{
background-color: #BABFDF;
}
.BgClassName
{
background-color: #BABFDF;
}
</style>
border-color css
<style>
span { border-color: #BABFDF; }
span { border-color: rgb(186,191,223); }
td.TdClassName
{
border-color: #BABFDF;
}
.TagClassName
{
border-color: #BABFDF;
}
</style>