Shades of Perano #BABDEF
Tints of Perano #BABDEF
RGB
CMYK
RGB Variations
Color information
#BABDEF (or 0xBABDEF) is known color: Perano. HEX triplet: BA, BD and EF. RGB value is (186,189,239). Sum of RGB (Red+Green+Blue) = 186+189+239=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #BABDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDEF is #454210. Grayscale: #C1C1C1. Windows color (decimal): -4538897 or 15711674. OLE color: 15711674.
HSL color Cylindrical-coordinate representation of color #BABDEF: hue angle of 236.6º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BABDEF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 189 | 239 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.06 |
| HSL | 236.6º | 0.62% | 0.83% | - |
| HSV(B) | 236.6º | 0.22% | 0.94% | - |
| XYZ | 54.03 | 53.07 | 89.06 | - |
| YUV | 193.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 239 | 0.22 | 0.21 | 0 | 0.06 | 236.6 | 0.62 | 0.83 |
| Hex | BA | BD | EF | 16 | 15 | 0 | 6 | ED | 3E | 53 |
| Octal | 272 | 275 | 357 | 26 | 25 | 0 | 6 | 355 | 76 | 123 |
| Binary | 10111010 | 10111101 | 11101111 | 10110 | 10101 | 0 | 110 | 11101101 | 111110 | 1010011 |
Color Harmonies of #BABDEF
Complementary color
Monochromatic Colors of #BABDEF
Black with #BABDEF
Text Example
Text Example
White with #BABDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDEF; }
p { color: rgb(186,189,239); }
H1.HeaderClassName
{
color: #BABDEF;
}
.AnyTagClassName
{
color: #BABDEF;
}
</style>
background-color css
<style>
a { background-color: #BABDEF; }
a { background-color: rgb(186,189,239); }
div.DivClassName
{
background-color: #BABDEF;
}
.BgClassName
{
background-color: #BABDEF;
}
</style>
border-color css
<style>
span { border-color: #BABDEF; }
span { border-color: rgb(186,189,239); }
td.TdClassName
{
border-color: #BABDEF;
}
.TagClassName
{
border-color: #BABDEF;
}
</style>