Shades of Perano #BABBEC
Tints of Perano #BABBEC
RGB
CMYK
RGB Variations
Color information
#BABBEC (or 0xBABBEC) is known color: Perano. HEX triplet: BA, BB and EC. RGB value is (186,187,236). Sum of RGB (Red+Green+Blue) = 186+187+236=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #BABBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBEC is #454413. Grayscale: #C0C0C0. Windows color (decimal): -4539412 or 15514554. OLE color: 15514554.
HSL color Cylindrical-coordinate representation of color #BABBEC: hue angle of 238.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABBEC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 187 | 236 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.07 |
| HSL | 238.8º | 0.57% | 0.83% | - |
| HSV(B) | 238.8º | 0.21% | 0.93% | - |
| XYZ | 53.16 | 52.04 | 86.6 | - |
| YUV | 192.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 236 | 0.21 | 0.21 | 0 | 0.07 | 238.8 | 0.57 | 0.83 |
| Hex | BA | BB | EC | 15 | 15 | 0 | 7 | EF | 39 | 53 |
| Octal | 272 | 273 | 354 | 25 | 25 | 0 | 7 | 357 | 71 | 123 |
| Binary | 10111010 | 10111011 | 11101100 | 10101 | 10101 | 0 | 111 | 11101111 | 111001 | 1010011 |
Color Harmonies of #BABBEC
Complementary color
Monochromatic Colors of #BABBEC
Black with #BABBEC
Text Example
Text Example
White with #BABBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBEC; }
p { color: rgb(186,187,236); }
H1.HeaderClassName
{
color: #BABBEC;
}
.AnyTagClassName
{
color: #BABBEC;
}
</style>
background-color css
<style>
a { background-color: #BABBEC; }
a { background-color: rgb(186,187,236); }
div.DivClassName
{
background-color: #BABBEC;
}
.BgClassName
{
background-color: #BABBEC;
}
</style>
border-color css
<style>
span { border-color: #BABBEC; }
span { border-color: rgb(186,187,236); }
td.TdClassName
{
border-color: #BABBEC;
}
.TagClassName
{
border-color: #BABBEC;
}
</style>