Shades of Perano #BABFEA
Tints of Perano #BABFEA
RGB
CMYK
RGB Variations
Color information
#BABFEA (or 0xBABFEA) is known color: Perano. HEX triplet: BA, BF and EA. RGB value is (186,191,234). Sum of RGB (Red+Green+Blue) = 186+191+234=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #BABFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFEA is #454015. Grayscale: #C2C2C2. Windows color (decimal): -4538390 or 15384506. OLE color: 15384506.
HSL color Cylindrical-coordinate representation of color #BABFEA: hue angle of 233.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABFEA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 191 | 234 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.08 |
| HSL | 233.75º | 0.53% | 0.82% | - |
| HSV(B) | 233.75º | 0.21% | 0.92% | - |
| XYZ | 53.73 | 53.64 | 85.36 | - |
| YUV | 194.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 234 | 0.21 | 0.18 | 0 | 0.08 | 233.75 | 0.53 | 0.82 |
| Hex | BA | BF | EA | 15 | 12 | 0 | 8 | EA | 35 | 52 |
| Octal | 272 | 277 | 352 | 25 | 22 | 0 | 10 | 352 | 65 | 122 |
| Binary | 10111010 | 10111111 | 11101010 | 10101 | 10010 | 0 | 1000 | 11101010 | 110101 | 1010010 |
Color Harmonies of #BABFEA
Complementary color
Monochromatic Colors of #BABFEA
Black with #BABFEA
Text Example
Text Example
White with #BABFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFEA; }
p { color: rgb(186,191,234); }
H1.HeaderClassName
{
color: #BABFEA;
}
.AnyTagClassName
{
color: #BABFEA;
}
</style>
background-color css
<style>
a { background-color: #BABFEA; }
a { background-color: rgb(186,191,234); }
div.DivClassName
{
background-color: #BABFEA;
}
.BgClassName
{
background-color: #BABFEA;
}
</style>
border-color css
<style>
span { border-color: #BABFEA; }
span { border-color: rgb(186,191,234); }
td.TdClassName
{
border-color: #BABFEA;
}
.TagClassName
{
border-color: #BABFEA;
}
</style>