Shades of Perano #BABEEC
Tints of Perano #BABEEC
RGB
CMYK
RGB Variations
Color information
#BABEEC (or 0xBABEEC) is known color: Perano. HEX triplet: BA, BE and EC. RGB value is (186,190,236). Sum of RGB (Red+Green+Blue) = 186+190+236=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #BABEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEEC is #454113. Grayscale: #C1C1C1. Windows color (decimal): -4538644 or 15515322. OLE color: 15515322.
HSL color Cylindrical-coordinate representation of color #BABEEC: hue angle of 235.2º 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 #BABEEC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 190 | 236 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.07 |
| HSL | 235.2º | 0.57% | 0.83% | - |
| HSV(B) | 235.2º | 0.21% | 0.93% | - |
| XYZ | 53.8 | 53.32 | 86.81 | - |
| YUV | 194.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 236 | 0.21 | 0.19 | 0 | 0.07 | 235.2 | 0.57 | 0.83 |
| Hex | BA | BE | EC | 15 | 13 | 0 | 7 | EB | 39 | 53 |
| Octal | 272 | 276 | 354 | 25 | 23 | 0 | 7 | 353 | 71 | 123 |
| Binary | 10111010 | 10111110 | 11101100 | 10101 | 10011 | 0 | 111 | 11101011 | 111001 | 1010011 |
Color Harmonies of #BABEEC
Complementary color
Monochromatic Colors of #BABEEC
Black with #BABEEC
Text Example
Text Example
White with #BABEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEEC; }
p { color: rgb(186,190,236); }
H1.HeaderClassName
{
color: #BABEEC;
}
.AnyTagClassName
{
color: #BABEEC;
}
</style>
background-color css
<style>
a { background-color: #BABEEC; }
a { background-color: rgb(186,190,236); }
div.DivClassName
{
background-color: #BABEEC;
}
.BgClassName
{
background-color: #BABEEC;
}
</style>
border-color css
<style>
span { border-color: #BABEEC; }
span { border-color: rgb(186,190,236); }
td.TdClassName
{
border-color: #BABEEC;
}
.TagClassName
{
border-color: #BABEEC;
}
</style>