Shades of Perano #BABFDE
Tints of Perano #BABFDE
RGB
CMYK
RGB Variations
Color information
#BABFDE (or 0xBABFDE) is known color: Perano. HEX triplet: BA, BF and DE. RGB value is (186,191,222). Sum of RGB (Red+Green+Blue) = 186+191+222=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #BABFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFDE is #454021. Grayscale: #C0C0C0. Windows color (decimal): -4538402 or 14598074. OLE color: 14598074.
HSL color Cylindrical-coordinate representation of color #BABFDE: hue angle of 231.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BABFDE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 191 | 222 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 231.67º | 0.35% | 0.8% | - |
| HSV(B) | 231.67º | 0.16% | 0.87% | - |
| XYZ | 52.07 | 52.97 | 76.59 | - |
| YUV | 193.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 222 | 0.16 | 0.14 | 0 | 0.13 | 231.67 | 0.35 | 0.8 |
| Hex | BA | BF | DE | 10 | E | 0 | D | E8 | 23 | 50 |
| Octal | 272 | 277 | 336 | 20 | 16 | 0 | 15 | 350 | 43 | 120 |
| Binary | 10111010 | 10111111 | 11011110 | 10000 | 1110 | 0 | 1101 | 11101000 | 100011 | 1010000 |
Color Harmonies of #BABFDE
Complementary color
Monochromatic Colors of #BABFDE
Black with #BABFDE
Text Example
Text Example
White with #BABFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFDE; }
p { color: rgb(186,191,222); }
H1.HeaderClassName
{
color: #BABFDE;
}
.AnyTagClassName
{
color: #BABFDE;
}
</style>
background-color css
<style>
a { background-color: #BABFDE; }
a { background-color: rgb(186,191,222); }
div.DivClassName
{
background-color: #BABFDE;
}
.BgClassName
{
background-color: #BABFDE;
}
</style>
border-color css
<style>
span { border-color: #BABFDE; }
span { border-color: rgb(186,191,222); }
td.TdClassName
{
border-color: #BABFDE;
}
.TagClassName
{
border-color: #BABFDE;
}
</style>